OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withMocks
(Results
1 - 3
of
3
) sorted by null
/external/mockito/src/main/java/org/mockito/internal/configuration/
DefaultInjectionEngine.java
21
.
withMocks
(mocks)
/external/mockito/src/test/java/org/mockito/internal/configuration/
MockInjectionTest.java
49
MockInjection.onField(field("withConstructor"), this).
withMocks
(null);
55
MockInjection.onField(field("withConstructor"), this).
withMocks
(oneSetMock()).tryConstructorInjection().apply();
62
MockInjection.onField(field("withoutConstructor"), this).
withMocks
(otherKindOfMocks()).tryConstructorInjection().apply();
69
MockInjection.onField(field("withoutConstructor"), this).
withMocks
(oneSetMock()).tryPropertyOrFieldInjection().apply();
76
MockInjection.onField(field("withoutConstructor"), this).
withMocks
(otherKindOfMocks()).tryPropertyOrFieldInjection().apply();
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/
MockInjection.java
70
public OngoingMockInjection
withMocks
(Set<Object> mocks) {
Completed in 87 milliseconds