Package org.bouncycastle.util.test
Interface Test
-
- All Known Implementing Classes:
SimpleTest
public interface Test
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
TestResult
perform()
-
-
-
Method Detail
-
getName
String getName()
-
perform
TestResult perform()
-
-