Home | History | Annotate | Download | only in internal
      1 package org.testng.internal;
      2 
      3 import org.testng.ITestNGMethod;
      4 
      5 public interface IBsh {
      6   boolean includeMethodFromExpression(String expression, ITestNGMethod tm);
      7 }
      8