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