Search in sources :

Example 1 with ProbeOutputStream

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();
}
Also used : ProbeOutputStream(org.eclipse.tycho.repository.streaming.testutil.ProbeOutputStream) Before(org.junit.Before)

Aggregations

ProbeOutputStream (org.eclipse.tycho.repository.streaming.testutil.ProbeOutputStream)1 Before (org.junit.Before)1