JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.bouncycastle.util.test
TestResult
Contents
Description
Method Summary
Method Details
isSuccessful()
getException()
toString()
Hide sidebar
Show sidebar
Interface TestResult
All Known Implementing Classes:
SimpleTestResult
public interface
TestResult
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Throwable
getException
()
boolean
isSuccessful
()
String
toString
()
Method Details
isSuccessful
boolean
isSuccessful
()
getException
Throwable
getException
()
toString
String
toString
()
Overrides:
toString
in class
Object