
org.scalatools.testing.Event Maven / Gradle / Ivy
The newest version!
package org.scalatools.testing;
public interface Event {
String testName();
String description();
Result result();
Throwable error();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy