summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java')
-rw-r--r--projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java b/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java
deleted file mode 100644
index 7a2e664..0000000
--- a/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package net.wotonomy.foundation;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
-
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for net.wotonomy.foundation");
- // $JUnit-BEGIN$
- suite.addTestSuite(NSArrayTest.class);
- suite.addTestSuite(NSBundleTest.class);
- // $JUnit-END$
- return suite;
- }
-
-}