Summary

Tests Errors Failures Success Rate Time
12 0 0 100.00% 5.94

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List

Package Tests Errors Failures Success Rate Time
org.perfectjpattern.jee.business.servicelocator 1 0 0 100.00% 3.28
org.perfectjpattern.jee.integration.dao 11 0 0 100.00% 2.66

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.perfectjpattern.jee.business.servicelocator

Class Tests Errors Failures Success Rate Time
TestServiceLocator 1 0 0 100.00% 3.28

org.perfectjpattern.jee.integration.dao

Class Tests Errors Failures Success Rate Time
TestJpaManagedTransactionStrategy 1 0 0 100.00% 0.05
TestJtaTransactionStrategy 1 0 0 100.00% 0.00
TestJpaGenericDao 3 0 0 100.00% 0.06
TestJpaGenericReadOnlyDao 4 0 0 100.00% 2.36
TestJpaManagedSessionStrategy 2 0 0 100.00% 0.19

Test Cases

TestJpaManagedTransactionStrategy

testGetTransaction 0.05

TestJtaTransactionStrategy

testGetTransaction 0.00

TestServiceLocator

testServiceLocator 3.27

TestJpaGenericDao

testCreate 0.03
testUpdate 0.02
testDelete 0.01

TestJpaGenericReadOnlyDao

testCount 2.33
testContains 0.03
testFindById 0.00
testFindAll 0.01

TestJpaManagedSessionStrategy

testShutdown 0.02
testGetSession 0.13