8 lines
172 B
Java
8 lines
172 B
Java
package org.testng.internal;
|
|
|
|
import org.testng.ITestNGMethod;
|
|
|
|
public interface IBsh {
|
|
boolean includeMethodFromExpression(String str, ITestNGMethod iTestNGMethod);
|
|
}
|