X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=test%2Forg%2Fwamblee%2Ftest%2FTestTransactionCallbackWithoutResult.java;fp=test%2Forg%2Fwamblee%2Ftest%2FTestTransactionCallbackWithoutResult.java;h=0000000000000000000000000000000000000000;hb=fb4deb496257c78d4711aab48191dd9a0678798a;hp=05a23573961ee592300693470942b7a2a412df49;hpb=b0cc85c32e342ad381876d0ce497285de6ed6ee9;p=utils diff --git a/test/org/wamblee/test/TestTransactionCallbackWithoutResult.java b/test/org/wamblee/test/TestTransactionCallbackWithoutResult.java deleted file mode 100644 index 05a23573..00000000 --- a/test/org/wamblee/test/TestTransactionCallbackWithoutResult.java +++ /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; -}