2026-03-17 13:31:18 -07:00

8 lines
172 B
Java

package org.testng.internal;
import org.testng.ITestNGMethod;
public interface IBsh {
boolean includeMethodFromExpression(String str, ITestNGMethod iTestNGMethod);
}