| org.apache.ivy.plugins.parser.AbstractModuleDescriptorParserTester
All known Subclasses: org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorParserTest, org.apache.ivy.plugins.parser.m2.PomModuleDescriptorParserTest,
AbstractModuleDescriptorParserTester | abstract public class AbstractModuleDescriptorParserTester extends TestCase (Code) | | |
Method Summary | |
protected void | assertArtifacts(Artifact[] artifacts, String[] artifactsNames) | protected void | assertConf(ModuleDescriptor md, String name, String desc, Visibility visibility, String[] exts) | protected void | assertDependencyArtifactExcludeRules(DependencyDescriptor dd, String[] confs, String[] artifactsNames) | protected void | assertDependencyArtifactIncludeRules(DependencyDescriptor dd, String[] confs, String[] artifactsNames) | protected void | assertDependencyArtifacts(DependencyDescriptor dd, String[] confs, String[] artifactsNames) | protected void | assertDependencyModulesExcludes(DependencyDescriptor dd, String[] confs, String[] moduleNames) | protected DependencyDescriptor | getDependency(DependencyDescriptor[] dependencies, String name) |
|
|