org.bouncycastle.util.test

Interface TestResult

Known Implementing Classes:
SimpleTestResult

public interface TestResult

Method Summary

Throwable
getException()
boolean
isSuccessful()
String
toString()

Method Details

getException

public Throwable getException()

isSuccessful

public boolean isSuccessful()

toString

public String toString()