| java.lang.Object org.bouncycastle.util.test.SimpleTestResult
Method Summary | |
public static TestResult | failed(Test test, String message) | public static TestResult | failed(Test test, String message, Throwable t) | public static TestResult | failed(Test test, String message, Object expected, Object found) | public static String | failedMessage(String algorithm, String testName, String expected, String actual) | public Throwable | getException() | public boolean | isSuccessful() | public static TestResult | successful(Test test, String message) | public String | toString() |
SimpleTestResult | public SimpleTestResult(boolean success, String message)(Code) | | |
isSuccessful | public boolean isSuccessful()(Code) | | |
|
|