(no commit message)
[utils] / support / src / test / java / org / wamblee / test / TestTransactionCallbackWithoutResult.java
diff --git a/support/src/test/java/org/wamblee/test/TestTransactionCallbackWithoutResult.java b/support/src/test/java/org/wamblee/test/TestTransactionCallbackWithoutResult.java
deleted file mode 100644 (file)
index c534daf..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.
- *
- * @author Erik Brakkee
- */
-public interface TestTransactionCallbackWithoutResult {
-    /**
-     * Executes code within a transaction, causing the testcase to fail if any
-     * type of exception is thrown.
-     * 
-     */
-    void execute() throws Exception;
-}