Uses of Enum
io.github.ascopes.jct.junit.VersionStrategy
Packages that use VersionStrategy
-
Uses of VersionStrategy in io.github.ascopes.jct.junit
Subclasses with type arguments of type VersionStrategy in io.github.ascopes.jct.junitModifier and TypeClassDescriptionenum
Strategy for setting a version on a JUnit compiler annotation.Methods in io.github.ascopes.jct.junit that return VersionStrategyModifier and TypeMethodDescriptionstatic VersionStrategy
Returns the enum constant of this type with the specified name.static VersionStrategy[]
VersionStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.ascopes.jct.junit with parameters of type VersionStrategyModifier and TypeMethodDescriptionprotected final void
AbstractCompilersProvider.configure
(int min, int max, Class<? extends JctCompilerConfigurer<?>>[] configurerClasses, VersionStrategy versionStrategy) Configure this provider with parameters from annotations.