| |
|
| org.concern.controller.ControllerTest
ControllerTest | public class ControllerTest extends TestCase (Code) | | |
sessionFactory | SessionFactory sessionFactory(Code) | | |
initializeController | protected void initializeController()(Code) | | |
testCreateAndRemoveSubject | public void testCreateAndRemoveSubject() throws Exception(Code) | | |
testDirtySubjectAfterRollback | public void testDirtySubjectAfterRollback() throws Exception(Code) | | Test bug: if the subject is dirtied (by mutating one of its collections)
during a transaction, and then that transaction is rolled back (as is the
case when a postcondition fails), then an exception was being thrown
when the transaction was started again and the subject was reassociated
with the Hibernate Session.
Note: this is really a regression test.
throws: Exception - |
testExecuteAsynchronous | public void testExecuteAsynchronous() throws Exception(Code) | | |
testExecuteListener | public void testExecuteListener() throws Exception(Code) | | |
testExecuteSynchronous | public void testExecuteSynchronous() throws Exception(Code) | | |
testScheduleAnnouncement | public void testScheduleAnnouncement() throws Exception(Code) | | |
testSubjectNotFound | public void testSubjectNotFound() throws Exception(Code) | | |
testTemporalConditions | public void testTemporalConditions() throws Exception(Code) | | |
|
|
|