info.javaspec.runner.Example Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaspec Show documentation
Show all versions of javaspec Show documentation
Spec-style testing for Java
package info.javaspec.runner;
interface Example {
String getContextName();
String getName();
boolean isSkipped();
void run() throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy