Home
last modified time | relevance | path

Searched defs:fromMethod (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/
DDependencyMap.java31 public List<ITestNGMethod> getMethodsThatBelongTo(String group, ITestNGMethod fromMethod) { in getMethodsThatBelongTo()
52 public ITestNGMethod getMethodDependingOn(String methodName, ITestNGMethod fromMethod) { in getMethodDependingOn()
/external/guice/core/test/com/google/inject/
DSuperclassTest.java46 Foo fromMethod; field in SuperclassTest.Super
DBoundInstanceInjectionTest.java50 int fromMethod; field in BoundInstanceInjectionTest.O