MCPcopy Create free account
hub / github.com/diffplug/goomph / testData

Method testData

src/test/java/com/diffplug/gradle/p2/P2ModelTest.java:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26public class P2ModelTest {
27 private P2Model testData() {
28 P2Model model = new P2Model();
29 model.addRepo("https://p2repo");
30 model.addMetadataRepo("https://metadatarepo");
31 model.addArtifactRepo("https://artifactrepo");
32 model.addIU("com.diffplug.iu");
33 model.addIU("com.diffplug.otheriu", "1.0.0");
34 return model;
35 }
36
37 @Test
38 public void testDirectorArgs() {

Calls 4

addRepoMethod · 0.95
addMetadataRepoMethod · 0.95
addArtifactRepoMethod · 0.95
addIUMethod · 0.95

Tested by

no test coverage detected