com.fitbur.bouncycastle.util.test.TestResult Maven / Gradle / Ivy
package com.fitbur.bouncycastle.util.test;
public interface TestResult
{
public boolean isSuccessful();
public Throwable getException();
public String toString();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy