(no commit message)
[utils] / test / org / wamblee / test / TestTransactionCallbackWithoutResult.java
diff --git a/test/org/wamblee/test/TestTransactionCallbackWithoutResult.java b/test/org/wamblee/test/TestTransactionCallbackWithoutResult.java
deleted file mode 100644 (file)
index 05a2357..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-package org.wamblee.test;
-
-
-/**
- * Transaction callback for testing.
- * The test will fail if any type of exception is thrown.
- */
-public interface TestTransactionCallbackWithoutResult {
-    /**
-     * Executes code within a transaction, causing the testcase to fail if any
-     * type of exception is thrown.
-     *
-     */
-    void execute(  ) throws Exception;
-}