Package org.bouncycastle.util.test
Interface TestResult
-
- All Known Implementing Classes:
SimpleTestResult
public interface TestResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Throwable
getException()
boolean
isSuccessful()
java.lang.String
toString()
-