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

de.otto.edison.testsupport.dsl.When Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package de.otto.edison.testsupport.dsl;

public class When {
    public static final When INSTANCE = new When();

    public static void when(When... actions) {}
    public static When and(When actions, When... more) { return When.INSTANCE; }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy