• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.testng.internal;
2 
3 import org.testng.ITestNGMethod;
4 
5 public interface IBsh {
includeMethodFromExpression(String expression, ITestNGMethod tm)6   boolean includeMethodFromExpression(String expression, ITestNGMethod tm);
7 }
8