OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromMethod
(Results
1 - 5
of
5
) 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/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 3801 milliseconds