public class ExpectedSkipManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ExpectedSkipManager |
getInstance() |
boolean |
isSkip(java.lang.reflect.Method testMethod,
org.testng.ITestContext context)
Return decision whether this tests should be skipped or not - based on
rules
|
public static ExpectedSkipManager getInstance()
public boolean isSkip(java.lang.reflect.Method testMethod,
org.testng.ITestContext context)
testMethod - test method annotated with @ExpectedSkipcontext - tests context which is used for rules collection from
initial and dependent methodsCopyright © 2018. All Rights Reserved.