// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.util.test;

public interface TestResult
{
    boolean isSuccessful();
    
    Throwable getException();
    
    String toString();
}
