Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'prov/src/test/java/org/bouncycastle/jcajce/provider/test/AllTests.java')
-rw-r--r--prov/src/test/java/org/bouncycastle/jcajce/provider/test/AllTests.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/prov/src/test/java/org/bouncycastle/jcajce/provider/test/AllTests.java b/prov/src/test/java/org/bouncycastle/jcajce/provider/test/AllTests.java
deleted file mode 100644
index 5020423f..00000000
--- a/prov/src/test/java/org/bouncycastle/jcajce/provider/test/AllTests.java
+++ /dev/null
@@ -1,23 +0,0 @@
-package org.bouncycastle.jcajce.provider.test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-public class AllTests
- extends TestCase
-{
- public static void main (String[] args)
- {
- junit.textui.TestRunner.run(suite());
- }
-
- public static Test suite()
- {
- TestSuite suite = new TestSuite("JCAJCE Provider Tests");
-
- suite.addTestSuite(PrivateConstructorTest.class);
-
- return suite;
- }
-}