()
| 25 | |
| 26 | public 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() { |
no test coverage detected