[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
79 | 0 | 0 | 100,00% | 1,53 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
com.subshell.persistence.ant | 1 | 0 | 0 | 100,00% | 0,04 |
com.subshell.persistence.hibernate | 44 | 0 | 0 | 100,00% | 0,41 |
com.subshell.persistence.mapper | 11 | 0 | 0 | 100,00% | 0,61 |
com.subshell.persistence.runner | 16 | 0 | 0 | 100,00% | 0,33 |
com.subshell.persistence.transaction | 7 | 0 | 0 | 100,00% | 0,13 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | HibernateMappingResourceTaskTest | 1 | 0 | 0 | 100,00% | 0,045 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | HibernateDatabaseTest | 4 | 0 | 0 | 100,00% | 0,112 |
![]() | HibernateTransactionTest | 40 | 0 | 0 | 100,00% | 0,294 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | PropertyPersistenceMapperConfigurationTest | 2 | 0 | 0 | 100,00% | 0,182 |
![]() | TransactionContextPersistenceMapperFactoryTest | 1 | 0 | 0 | 100,00% | 0,158 |
![]() | TransactionPersistenceMapperFactoryTest | 5 | 0 | 0 | 100,00% | 0,076 |
![]() | TransactionPersistenceMapperTest | 3 | 0 | 0 | 100,00% | 0,198 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | SelfContainedTransactionContextRunnerTest | 6 | 0 | 0 | 100,00% | 0,173 |
![]() | SimpleTransactionContextRunnerTest | 10 | 0 | 0 | 100,00% | 0,159 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | TransactionContextTest | 6 | 0 | 0 | 100,00% | 0,061 |
![]() | TransactionContextTransactionFactoryTest | 1 | 0 | 0 | 100,00% | 0,068 |
[ summary] [ package list] [ test cases]
![]() | testClose | 0,10 |
![]() | testCloseButHibernateExceptionInClose | 0,00 |
![]() | testCloseButRuntimeExceptionInClose | 0,00 |
![]() | testDoubleCloseFails | 0,00 |
![]() | testLoad | 0,18 |
![]() | testLoadWithNoClass | 0,00 |
![]() | testLoadWithNoId | 0,00 |
![]() | testLoadButObjectNotFound | 0,01 |
![]() | testLoadButHibernateExceptionInLoad | 0,00 |
![]() | testLoadButRuntimeExceptionInLoad | 0,00 |
![]() | testCreate | 0,00 |
![]() | testCreateWithNoObject | 0,00 |
![]() | testCreateButHibernateExceptionInSave | 0,00 |
![]() | testCreateButRuntimeExceptionInSave | 0,00 |
![]() | testDelete | 0,00 |
![]() | testDeleteWithNoObject | 0,00 |
![]() | testDeleteButHibernateExceptionInDelete | 0,00 |
![]() | testDeleteButRuntimeExceptionInDelete | 0,00 |
![]() | testCommit | 0,00 |
![]() | testCommitButHibernateExceptionDuringFlush | 0,00 |
![]() | testCommitButRuntimeExceptionDuringFlush | 0,00 |
![]() | testExceptionDuringFlushAndRollback | 0,00 |
![]() | testCommitButHibernateExceptionDuringConnection | 0,00 |
![]() | testCommitButRuntimeExceptionDuringConnection | 0,00 |
![]() | testCommitButSQLExceptionDuringCommit | 0,00 |
![]() | testCommitButRuntimeExceptionDuringCommit | 0,00 |
![]() | testExceptionDuringCommitAndRollback | 0,00 |
![]() | testCommitButHibernateExceptionDuringClose | 0,00 |
![]() | testCommitButRuntimeExceptionDuringClose | 0,00 |
![]() | testRollback | 0,00 |
![]() | testRollbackButHibernateExceptionDuringConnection | 0,00 |
![]() | testRollbackButRuntimeExceptionDuringConnection | 0,00 |
![]() | testRollbackButSQLExceptionDuringRollback | 0,00 |
![]() | testRollbackButRuntimeExceptionDuringRollback | 0,00 |
![]() | testRollbackButHibernateExceptionDuringClose | 0,00 |
![]() | testRollbackButRuntimeExceptionDuringClose | 0,00 |
![]() | testSetupConnection | 0,05 |
![]() | testSetupConnectionButTransactionsNotSupported | 0,00 |
![]() | testSetupConnectionButSQLExceptionDuringGetMetaData | 0,00 |
![]() | testSetupConnectionButRuntimeExceptionDuringGetMetaData | 0,00 |
![]() | testSetupConnectionButSQLExceptionDuringSupportsTransactions | 0,00 |
![]() | testSetupConnectionButRuntimeExceptionDuringSupportsTransactions | 0,00 |
![]() | testSetupConnectionButSQLExceptionDuringSetAutoCommit | 0,00 |
![]() | testSetupConnectionButRuntimeExceptionDuringSetAutoCommit | 0,00 |
![]() | testGetMapper | 0,07 |
![]() | testBadMapper | 0,00 |
![]() | testBadMapperConfigurationException | 0,00 |
![]() | testNoMapper | 0,00 |
![]() | testBadConfigurationConstructor | 0,00 |
![]() | testRunNoRunnable | 0,14 |
![]() | testRunNoTransactionContextRunner | 0,00 |
![]() | testRunWithoutOuterTransactionContext | 0,01 |
![]() | testRunWithOuterTransactionContext | 0,00 |
![]() | testNested | 0,01 |
![]() | testRunRuntimeExceptionInRunnable | 0,00 |
![]() | testRun | 0,14 |
![]() | testRunWithNoRunnable | 0,00 |
![]() | testRunButNoTransaction | 0,00 |
![]() | testRunButPersistenceExceptionDuringCommit | 0,00 |
![]() | testRunButRuntimeExceptionDuringCommit | 0,00 |
![]() | testRunButPersistenceExceptionDuringRollback | 0,00 |
![]() | testRunButRuntimeExceptionDuringRollback | 0,00 |
![]() | testRunButPersistenceExceptionDuringOpenTransaction | 0,00 |
![]() | testRunButRuntimeExceptionDuringOpenTransaction | 0,00 |
![]() | testRunButRuntimeExceptionDuringRunnable | 0,00 |
![]() | testSetCurrentContextWithNoContext | 0,00 |
![]() | testGetCurrentContext | 0,05 |
![]() | testSetCurrentContextButAlreadySet | 0,00 |
![]() | testClearCurrentContextButNotSet | 0,00 |
![]() | testConstructorWithNoTransaction | 0,00 |
![]() | testGetCurrentContextButNoContext | 0,00 |