Searched defs:javaMethod (Results 1 – 4 of 4) sorted by relevance
75 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests
78 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests
27 public ClonedMethod(ITestNGMethod method, Method javaMethod) { in ClonedMethod()