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