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