Bouncy Castle Cryptography 1.28

org.bouncycastle.util.test
Interface TestResult

All Known Implementing Classes:
SimpleTestResult

public interface TestResult


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

Method Detail

isSuccessful

public boolean isSuccessful()

toString

public java.lang.String toString()

Bouncy Castle Cryptography 1.28