Package org.testng.internal
Class Bsh
- java.lang.Object
-
- org.testng.internal.Bsh
-
-
Field Summary
Fields Modifier and Type Field Description private static bsh.Interpreter
s_interpreter
-
Constructor Summary
Constructors Constructor Description Bsh()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static bsh.Interpreter
getInterpreter()
boolean
includeMethodFromExpression(java.lang.String expression, ITestNGMethod tm)
private void
resetContext(bsh.Interpreter interpreter)
private void
setContext(bsh.Interpreter interpreter, java.lang.reflect.Method method, java.util.Map<java.lang.String,java.lang.String> groups, ITestNGMethod tm)
-
-
-
Method Detail
-
includeMethodFromExpression
public boolean includeMethodFromExpression(java.lang.String expression, ITestNGMethod tm)
- Specified by:
includeMethodFromExpression
in interfaceIBsh
-
getInterpreter
private static bsh.Interpreter getInterpreter()
-
setContext
private void setContext(bsh.Interpreter interpreter, java.lang.reflect.Method method, java.util.Map<java.lang.String,java.lang.String> groups, ITestNGMethod tm)
-
resetContext
private void resetContext(bsh.Interpreter interpreter)
-
-