HomeSort by relevance Sort by last modified time
    Searched full:frommethod (Results 1 - 6 of 6) sorted by null

  /external/testng/src/main/java/org/testng/
DependencyMap.java 31 public List<ITestNGMethod> getMethodsThatBelongTo(String group, ITestNGMethod fromMethod) {
44 if (result.isEmpty() && !fromMethod.ignoreMissingDependencies()) {
45 throw new TestNGException("DependencyMap::Method \"" + fromMethod
52 public ITestNGMethod getMethodDependingOn(String methodName, ITestNGMethod fromMethod) {
54 if (l == null && fromMethod.ignoreMissingDependencies()){
55 return fromMethod;
62 if (fromMethod.getRealClass().isAssignableFrom(m.getRealClass())) {
63 if (m.getInstance() == fromMethod.getInstance()) return m;
69 throw new TestNGException("Method \"" + fromMethod
  /external/guice/core/test/com/google/inject/
SuperclassTest.java 40 assertNotNull(sub.fromMethod);
46 Foo fromMethod;
48 fromMethod = foo;
BoundInstanceInjectionTest.java 46 assertEquals(5, o.fromMethod);
50 int fromMethod;
53 this.fromMethod = i;
72 assertEquals(5, injector.getInstance(O.class).fromMethod);
InjectorTest.java 260 assertEquals(5, p.fromMethod);
265 int fromMethod;
274 this.fromMethod = i;
288 assertEquals(5, p.fromMethod);
293 int fromMethod;
302 this.fromMethod = i;
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
std_strings.swg 70 %define %typemaps_std_string(String, Char, AsPtrMethod, FromMethod, CheckCode)
74 %std_string_from(String, FromMethod, #FromMethod)
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 104 milliseconds