refactor: introduce better class structure for better testability
add: unit tests for UserEntry and LineBasedUserStore SVN: 5481
Showing
- authentication/source/java/ch/systemsx/cisd/authentication/file/FileAuthenticationService.java 16 additions, 9 deletions...x/cisd/authentication/file/FileAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/FileBasedLineStore.java 188 additions, 0 deletions...systemsx/cisd/authentication/file/FileBasedLineStore.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/ILineStore.java 60 additions, 0 deletions...java/ch/systemsx/cisd/authentication/file/ILineStore.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/IUserStore.java 70 additions, 0 deletions...java/ch/systemsx/cisd/authentication/file/IUserStore.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/LineBasedUserStore.java 152 additions, 0 deletions...systemsx/cisd/authentication/file/LineBasedUserStore.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommand.java 3 additions, 2 deletions...temsx/cisd/authentication/file/PasswordEditorCommand.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntry.java 2 additions, 1 deletion.../java/ch/systemsx/cisd/authentication/file/UserEntry.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/LineBasedUserStoreTest.java 383 additions, 0 deletions...emsx/cisd/authentication/file/LineBasedUserStoreTest.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/UserEntryTest.java 108 additions, 0 deletions...a/ch/systemsx/cisd/authentication/file/UserEntryTest.java
Loading
Please register or sign in to comment