Uses of Class
de.sormuras.junit.platform.isolator.TestMode
-
-
Uses of TestMode in de.sormuras.junit.platform.isolator
Methods in de.sormuras.junit.platform.isolator that return TestMode Modifier and Type Method Description TestModeModules. getMode()static TestModeTestMode. of(java.lang.String main, java.lang.String test)Returns the test mode constant based on two specified 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.
-