Uses of Enum
org.testng.xml.XmlSuite.FailurePolicy
Packages that use XmlSuite.FailurePolicy
-
Uses of XmlSuite.FailurePolicy in org.testng
Methods in org.testng that return XmlSuite.FailurePolicyModifier and TypeMethodDescriptionTestNG.getConfigFailurePolicy()Returns the configuration failure policy.Methods in org.testng with parameters of type XmlSuite.FailurePolicyModifier and TypeMethodDescriptionvoidTestNG.setConfigFailurePolicy(XmlSuite.FailurePolicy failurePolicy) Sets the policy for whether or not to ever invoke a configuration method again after it has failed once. -
Uses of XmlSuite.FailurePolicy in org.testng.xml
Subclasses with type arguments of type XmlSuite.FailurePolicy in org.testng.xmlModifier and TypeClassDescriptionstatic enumConfiguration failure policy options.Fields in org.testng.xml declared as XmlSuite.FailurePolicyModifier and TypeFieldDescriptionstatic final XmlSuite.FailurePolicyXmlSuite.DEFAULT_CONFIG_FAILURE_POLICYWhether to SKIP or CONTINUE to re-attempt failed configuration methods.Methods in org.testng.xml that return XmlSuite.FailurePolicyModifier and TypeMethodDescriptionXmlSuite.getConfigFailurePolicy()Returns the configuration failure policy.static XmlSuite.FailurePolicyXmlSuite.FailurePolicy.getValidPolicy(String policy) static XmlSuite.FailurePolicyReturns the enum constant of this type with the specified name.static XmlSuite.FailurePolicy[]XmlSuite.FailurePolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.testng.xml with parameters of type XmlSuite.FailurePolicyModifier and TypeMethodDescriptionvoidXmlSuite.setConfigFailurePolicy(XmlSuite.FailurePolicy configFailurePolicy) Sets the configuration failure policy.