Searched refs:capturedOutput (Results 1 – 1 of 1) sorted by relevance
52 Capture<IPath> capturedOutput = new Capture<IPath>(); in createProject() local54 capturedOutput.setValue(outputLocation); in createProject()58 expect(javaProject.getOutputLocation()).andReturn(capturedOutput.getValue()).anyTimes(); in createProject()70 javaProject.setRawClasspath(capture(capturedEntries), capture(capturedOutput), in createProject()