Package com.auto.framework.rules.error
Class HaltOnErrorRule
java.lang.Object
com.auto.framework.rules.AbstractMethodRule
com.auto.framework.rules.error.HaltOnErrorRule
- All Implemented Interfaces:
org.junit.rules.MethodRule
public class HaltOnErrorRule extends AbstractMethodRule
-
Constructor Summary
Constructors Constructor Description HaltOnErrorRule() -
Method Summary
Modifier and Type Method Description protected voidextractTestProperties(org.junit.runners.model.FrameworkMethod mTest, java.lang.Object oTest)booleanisHaltOnError()
-
Constructor Details
-
HaltOnErrorRule
public HaltOnErrorRule()
-
-
Method Details
-
extractTestProperties
protected void extractTestProperties(org.junit.runners.model.FrameworkMethod mTest, java.lang.Object oTest)- Specified by:
extractTestPropertiesin classAbstractMethodRule
-
isHaltOnError
public boolean isHaltOnError()
-