Method Summary |
|
public void | setup() Creates the stateful bean used during the tests. |
public void | testMandatory() Verifies if the transaction attribute mandatory defined in the deployment
descriptor is read by the container. |
public void | testNever() Verifies if the transaction attribute never defined in the deployment
descriptor is read by the container. |
public void | testNotSupported() Verifies if the transaction attribute not supported defined in the
deployment descriptor is read by the container. |
public void | testRequired() Verifies if the transaction attribute required defined in the deployment
descriptor is read by the container. |
public void | testRequiresNew() Verifies if the transaction attribute requires new defined in the
deployment descriptor is read by the container. |
public void | testSupports() Verifies if the transaction attribute supports defined in the deployment
descriptor is read by the container. |