Uses of Class
de.sormuras.junit.platform.maven.plugin.testing.TestMode
-
Packages that use TestMode Package Description de.sormuras.junit.platform.maven.plugin.testing Testing support package. -
-
Uses of TestMode in de.sormuras.junit.platform.maven.plugin.testing
Methods in de.sormuras.junit.platform.maven.plugin.testing that return TestMode Modifier and Type Method Description static TestModeTestMode. of(java.lang.String main, java.lang.String test)Get test mode based on two module names.static TestModeTestMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TestMode[]TestMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-