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.ScriptEngine
engine
private java.lang.String
expression
-
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) boolean
includeMethodFromExpression(ITestNGMethod tm)
private static void
resetContext(javax.script.ScriptEngine engine)
private static void
setContext(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)
-
-