diff options
author | Peter Dettman <peter.dettman@gmail.com> | 2022-06-23 00:53:42 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@gmail.com> | 2022-06-23 00:53:42 +0700 |
commit | 190e35a8bb474f5429ee23489b270fc7c7cddf5b (patch) | |
tree | f08100e079ca56df93eeb0753b53325c3d7bb0d3 /crypto/test/src/cms | |
parent | Warnings cleanup (diff) | |
download | BouncyCastle.NET-ed25519-190e35a8bb474f5429ee23489b270fc7c7cddf5b.tar.xz |
Remove Main methods from test classes
Diffstat (limited to 'crypto/test/src/cms')
-rw-r--r-- | crypto/test/src/cms/test/AllTests.cs | 5 | ||||
-rw-r--r-- | crypto/test/src/cms/test/AuthenticatedDataTest.cs | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/crypto/test/src/cms/test/AllTests.cs b/crypto/test/src/cms/test/AllTests.cs index 52ca95f2b..e1deae0f0 100644 --- a/crypto/test/src/cms/test/AllTests.cs +++ b/crypto/test/src/cms/test/AllTests.cs @@ -10,11 +10,6 @@ namespace Org.BouncyCastle.Cms.Tests { public class AllTests { - public static void Main(string[] args) - { - Suite.Run(new NullListener(), NUnit.Core.TestFilter.Empty); - } - [Suite] public static TestSuite Suite { diff --git a/crypto/test/src/cms/test/AuthenticatedDataTest.cs b/crypto/test/src/cms/test/AuthenticatedDataTest.cs index 0ad34a95b..55f220265 100644 --- a/crypto/test/src/cms/test/AuthenticatedDataTest.cs +++ b/crypto/test/src/cms/test/AuthenticatedDataTest.cs @@ -124,11 +124,6 @@ namespace Org.BouncyCastle.Cms.Tests // super(name); // } // -// public static void main(string args[]) -// { -// junit.textui.TestRunner.run(AuthenticatedDataTest.class); -// } -// // public static Test suite() // throws Exception // { |