Package org.testng.internal
Class Bsh
- java.lang.Object
-
- org.testng.internal.Bsh
-
-
Field Summary
Fields Modifier and Type Field Description private static bsh.Interpreters_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.InterpretergetInterpreter()booleanincludeMethodFromExpression(java.lang.String expression, ITestNGMethod tm)private voidresetContext(bsh.Interpreter interpreter)private voidsetContext(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:
includeMethodFromExpressionin 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)
-
-