org.bouncycastle.util.test

Interface TestResult

public interface TestResult

Method Summary
ThrowablegetException()
booleanisSuccessful()
StringtoString()

Method Detail

getException

public Throwable getException()

isSuccessful

public boolean isSuccessful()

toString

public String toString()