info.javaspec.dsl.Establish Maven / Gradle / Ivy
package info.javaspec.dsl;
/** A thunk that executes the Arrange step of a test. Runs first. */
@FunctionalInterface
public interface Establish extends Before { }
package info.javaspec.dsl;
/** A thunk that executes the Arrange step of a test. Runs first. */
@FunctionalInterface
public interface Establish extends Before { }