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
Subclasses with type arguments of type ResolvedTest.Type in org.apache.maven.surefire.api.testsetModifier and TypeClassDescriptionstatic enumDeprecated.Type of patterns in ResolvedTest constructor.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.