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

info.javaspec.dsl.It Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package info.javaspec.dsl;

/** The Assert part of running a test.  Include one or more of these in each test class. */
@FunctionalInterface
public interface It {
  void run() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy