Class JavaMojoDescriptorExtractorTest

java.lang.Object
org.apache.maven.tools.plugin.extractor.javadoc.JavaMojoDescriptorExtractorTest

Author:
jdcasey
  • Constructor Details

  • Method Details

    • generate

      protected org.apache.maven.plugin.descriptor.PluginDescriptor generate(String directory) throws Exception
      generate plugin.xml for a test resources directory content.
      Throws:
      Exception
    • checkExpected

      protected void checkExpected(String directory) throws Exception
      compare mojos from generated plugin.xml against plugin-expected.xml
      Throws:
      Exception
    • extract

      protected List<org.apache.maven.plugin.descriptor.MojoDescriptor> extract(String directory) throws Exception
      extract plugin descriptor for test resources directory and check against plugin-expected.xml
      Throws:
      Exception