Searched refs:includeMethodFromExpression (Results 1 – 4 of 4) sorted by relevance
6 boolean includeMethodFromExpression(String expression, ITestNGMethod tm); in includeMethodFromExpression() method
8 public boolean includeMethodFromExpression(String expression, ITestNGMethod tm) { in includeMethodFromExpression() method in BshMock
17 public boolean includeMethodFromExpression(String expression, ITestNGMethod tm) { in includeMethodFromExpression() method in Bsh
55 return m_bsh.includeMethodFromExpression(m_expression, tm); in includeMethod()