All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gatling.recorder.internal.bouncycastle.util.test.TestResult Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.util.test;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy