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