Package org.testng.internal
Class ScriptMethodSelector
- java.lang.Object
-
- org.testng.internal.ScriptMethodSelector
-
class ScriptMethodSelector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javax.script.ScriptEngineengineprivate java.lang.Stringexpression
-
Constructor Summary
Constructors Constructor Description ScriptMethodSelector(javax.script.ScriptEngine engine, java.lang.String expression)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanincludeMethodFromExpression(ITestNGMethod tm)private static voidresetContext(javax.script.ScriptEngine engine)private static voidsetContext(javax.script.ScriptEngine engine, java.util.Map<java.lang.String,java.lang.String> groups, ITestNGMethod tm)
-
-
-
Method Detail
-
includeMethodFromExpression
boolean includeMethodFromExpression(ITestNGMethod tm)
-
setContext
private static void setContext(javax.script.ScriptEngine engine, java.util.Map<java.lang.String,java.lang.String> groups, ITestNGMethod tm)
-
resetContext
private static void resetContext(javax.script.ScriptEngine engine)
-
-