Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.2
-
Unknown
Description
Description: 14 test methods in Test Class ManagedConnectionFactoryImplTest are inherited by AssociatedManagedConnectionFactoryImplTest. Both test classes are non-abstract.
The 14 test methods will be executed twice: once in AssociatedManagedConnectionFactoryImplTest and once in ManagedConnectionFactoryImplTest.
Testing the same code twice is a waste of test resources. Suggest refactoring.