use of org.sonatype.aether.test.impl.TestFileProcessor in project sonatype-aether by sonatype.
the class ResumeGetTest method before.
@Before
public void before() throws Exception {
factory = new AsyncRepositoryConnectorFactory(new SysoutLogger(), new TestFileProcessor());
session = new TestRepositorySystemSession();
artifact = new StubArtifact("gid", "aid", "classifier", "extension", "version");
server = new Server(0);
}
Aggregations