Bouncy Castle Cryptography 1.33

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()

Bouncy Castle Cryptography 1.33