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

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

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

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

    public static void given(final Given... givenStuff) {}

    public static Given and(final Given givenStuff, final Given... moreGivenStuff) { return INSTANCE; }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy