Kotlin Class implementing AddressbookTest.
| Property | Declaration |
addressbookDao | AddressbookDao |
oldValue | getUserList(TEST_USER, TEST_USER2, TEST_ADMIN_USER) |
svc | BaseUserGroupRightService.instance |
hist | createHistoryTester() |
bookId | addressbookDao.insert(book, false) |
newValue | getUserList(TEST_USER, TEST_USER2, TEST_HR_USER) |
historyEntries | addressbookDao.loadHistory(book, false).sortedEntries |
test | hist.selectHistory(bookId) |
bookDO | AddressbookDO() |
svc | BaseUserGroupRightService.instance |
book | Addressbook() |
| Commit | Description |
176cb32d7 | WIP: Gradle |
bbc198d03 | Migration stuff in progress... (all tests of all packages: OK). |
a33f8f203 | Migration stuff in progress... (all tests of all packages: OK). |
9f874e26c | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
cdfc029ed | Some tests fixed: BaseDTO: deprecated newInstance() fixed. |
8d164f4ad | AbstractRest, AbstractDORest, AbstractDTORest and BaseDTO refactored. |
f2d5a27db | Rest: BaseObject -> BaseHistorizableObject, dto added to most super methods of AbstractBaseRest. |
05244ff19 | CopyRight of all Kotlin file-header updated or created. |
bd3a3e824 | Module projectforge-jax-rs renamed to projectforge-rest. |