| |
|
| org.objectweb.jonas.jtests.clients.transaction.A_TxAttribute org.objectweb.jonas.jtests.clients.transaction.A_TxAttributeEntity org.objectweb.jonas.jtests.clients.transaction.F_TxAttributeEB
suite | public static Test suite()(Code) | | This suite is all BMP test cases
|
testFinderMandatory | public void testFinderMandatory() throws Exception(Code) | | Test Mandatory transactional attributes on finder method
the finder method is called outside TX
TransactionRequiredException must be received
|
testFinderMandatoryTx | public void testFinderMandatoryTx() throws Exception(Code) | | Test Mandatory transactional attributes on finder method
the finder method is called inside TX
|
testFinderNever | public void testFinderNever() throws Exception(Code) | | Test Never transactional attributes on finder method
the finder method is called outside TX
|
testFinderNeverTx | public void testFinderNeverTx() throws Exception(Code) | | Test Never transactional attributes on finder method
the finder method is called inside TX
|
testFinderNotSupported | public void testFinderNotSupported() throws Exception(Code) | | Test NotSupported transactional attributes on finder method
the finder method is called outside TX
|
testFinderNotSupportedTx | public void testFinderNotSupportedTx() throws Exception(Code) | | Test NotSupported transactional attributes on finder method
the finder method is called inside TX
|
testFinderRequired | public void testFinderRequired() throws Exception(Code) | | Test required transactional attributes on finder method
the finder method is called outside TX
|
testFinderRequiredTx | public void testFinderRequiredTx() throws Exception(Code) | | Test Required transactional attributes on finder method
the finder method is called inside TX
|
testFinderRequiresNew | public void testFinderRequiresNew() throws Exception(Code) | | Test requiresNew transactional attributes on finder method
the finder method is called outside TX
|
testFinderRequiresNewTx | public void testFinderRequiresNewTx() throws Exception(Code) | | Test RequiresNew transactional attributes on finder method
the finder method is called inside TX
|
testFinderSupports | public void testFinderSupports() throws Exception(Code) | | Test supports transactional attributes on finder method
the finder method is called outside TX
the finder method is called with false that mean that the method must not be associated
to a transaction
|
testFinderSupportsTx | public void testFinderSupportsTx() throws Exception(Code) | | Test supports transactional attributes on finder method
the finder method is called inside TX
the finder method is called with true that mean that the method must be associated
to a transaction
|
|
|
|