Uses of Class
org.apache.maven.surefire.providerapi.ProviderInfo.Engine
-
Packages that use ProviderInfo.Engine Package Description org.apache.maven.surefire.providerapi -
-
Uses of ProviderInfo.Engine in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ProviderInfo.Engine Modifier and Type Method Description static ProviderInfo.EngineProviderInfo.Engine. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProviderInfo.Engine[]ProviderInfo.Engine. values()Returns an array containing the constants of this enum type, in the order they are declared.
-