use of org.eclipse.tycho.repository.streaming.testutil.ProbeOutputStream in project tycho by eclipse.
the class LocalArtifactRepositoryP2APITest method initSubject.
@Before
public void initSubject() throws Exception {
temporaryLocalMavenRepo.initContentFromResourceFolder(ResourceUtil.resourceFile("repositories/local"));
subject = new LocalArtifactRepository(null, temporaryLocalMavenRepo.getLocalRepositoryIndex());
testOutputStream = new ProbeOutputStream();
}
Aggregations