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

name.remal.gradle_plugins.test_source_sets.TestSuffixCheckMode Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package name.remal.gradle_plugins.test_source_sets;

public enum TestSuffixCheckMode {

    /**
     * Throw an exception
     */
    FAIL,

    /**
     * Log a warning message
     */
    WARN,

    /**
     * Disable the check
     */
    DISABLE,

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy