Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.util.test
Interface TestResult

All Known Implementing Classes:
SimpleTestResult

public interface TestResult


Method Summary
 java.lang.Throwable getException()
           
 boolean isSuccessful()
           
 java.lang.String toString()
           
 

Method Detail

isSuccessful

public boolean isSuccessful()

getException

public java.lang.Throwable getException()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Bouncy Castle Cryptography Library 1.77.0