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

gins.gradle-api.8.6.source-code.Test.groovy Maven / Gradle / Ivy

There is a newer version: 8.11.1
Show newest version
package ${packageName};


import static org.junit.Assert.assertEquals

public class ${testClassName} {
    private final ${productionClassName} production = new ${productionClassName}("value");

    @org.junit.Test
    public void test() {
        assertEquals(production.getProperty(), "value");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy