Method Summary |
|
public void | createBean() Creates a new bean instance before each method. |
public void | deletesTable() Deletes the table to avoid errors in each test. |
public void | setup() Creates the bean used during the tests. |
public void | testStatusAfterBegin() Verifies if the status changes after a begin. |
public void | testStatusAfterCommit() Verifies if the status is commited after makes a commit. |
public void | testStatusAfterRollback() Verifies if the status is marked_rollback after makes a rollback. |
public void | testStatusBeforeBegin() Verifies if the status is no transaction before the bean uses the
transaction. |