Uses of Enum
org.apache.maven.surefire.api.testset.ResolvedTest.Type
Packages that use ResolvedTest.Type
-
Uses of ResolvedTest.Type in org.apache.maven.surefire.api.testset
Methods in org.apache.maven.surefire.api.testset that return ResolvedTest.TypeModifier and TypeMethodDescriptionstatic ResolvedTest.TypeReturns the enum constant of this type with the specified name.static ResolvedTest.Type[]ResolvedTest.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.surefire.api.testset with parameters of type ResolvedTest.TypeModifierConstructorDescriptionResolvedTest(ResolvedTest.Type type, String pattern, boolean isRegex) Deprecated.The regexpatternis always unwrapped.