Class Bsh

  • All Implemented Interfaces:
    IBsh

    public class Bsh
    extends java.lang.Object
    implements IBsh
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static bsh.Interpreter s_interpreter  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bsh()  
    • Field Detail

      • s_interpreter

        private static bsh.Interpreter s_interpreter
    • Constructor Detail

      • Bsh

        public Bsh()
    • Method Detail

      • 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)