Searched refs:javaMethod (Results 1 – 2 of 2) sorted by relevance
27 public ClonedMethod(ITestNGMethod method, Method javaMethod) { in ClonedMethod() argument29 m_javaMethod = javaMethod; in ClonedMethod()
75 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests