OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capturedoutput
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java
52
Capture<IPath>
capturedOutput
= new Capture<IPath>();
54
capturedOutput
.setValue(outputLocation);
58
expect(javaProject.getOutputLocation()).andReturn(
capturedOutput
.getValue()).anyTimes();
70
javaProject.setRawClasspath(capture(capturedEntries), capture(
capturedOutput
),
Completed in 695 milliseconds