1 package org.wamblee.test;
4 * Transaction callback for testing. The test will fail if any type of exception
7 public interface TestTransactionCallbackWithoutResult {
9 * Executes code within a transaction, causing the testcase to fail if any
10 * type of exception is thrown.
13 void execute() throws Exception;