Uses of Class
de.sormuras.junit.platform.isolator.Version
-
-
Uses of Version in de.sormuras.junit.platform.isolator
Methods in de.sormuras.junit.platform.isolator that return Version Modifier and Type Method Description VersionGroupArtifact. getVersion()static VersionVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Version[]Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.sormuras.junit.platform.isolator with type arguments of type Version Modifier and Type Method Description static voidVersion. forEach(java.util.function.Consumer<Version> versionConsumer)java.lang.StringGroupArtifact. toString(java.util.function.Function<Version,java.lang.String> version)
-