Class JlinkMojoTest

java.lang.Object
ru.akman.maven.plugins.jlink.JlinkMojoTest

public class JlinkMojoTest extends Object
JlinkMojo Test Class.
  • Field Details

    • rule

      public org.apache.maven.plugin.testing.MojoRule rule
      AbstractMojoTestCase wrapper. All protected methods of the TestCase are exhibited as public in the rule.
  • Constructor Details

    • JlinkMojoTest

      public JlinkMojoTest()
  • Method Details

    • testMojoHasToolHome

      public void testMojoHasToolHome() throws Exception
      Parameter 'toolhome' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasModsDir

      public void testMojoHasModsDir() throws Exception
      Parameter 'modsdir' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLibsDir

      public void testMojoHasLibsDir() throws Exception
      Parameter 'libsdir' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasModulePath

      public void testMojoHasModulePath() throws Exception
      Parameter 'modulepath' exists.
      Throws:
      Exception - if any errors occurred
    • testMojoHasPathElements

      public void testMojoHasPathElements() throws Exception
      Parameter 'modulepath/pathelements' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasFilesets

      public void testMojoHasFilesets() throws Exception
      Parameter 'modulepath/filesets' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasFilesetFollowSymlinks

      public void testMojoHasFilesetFollowSymlinks() throws Exception
      Parameter 'modulepath/filesets/fileset/isfollowsymlinks' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasFilesetIncludes

      public void testMojoHasFilesetIncludes() throws Exception
      Parameter 'modulepath/filesets/fileset/includes' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasFilesetExcludes

      public void testMojoHasFilesetExcludes() throws Exception
      Parameter 'modulepath/filesets/fileset/excludes' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasFilesetDirectory

      public void testMojoHasFilesetDirectory() throws Exception
      Parameter 'modulepath/filesets/fileset/directory' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDirsets

      public void testMojoHasDirsets() throws Exception
      Parameter 'modulepath/dirsets' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDirsetFollowSymlinks

      public void testMojoHasDirsetFollowSymlinks() throws Exception
      Parameter 'modulepath/dirsets/dirset/isfollowsymlinks' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDirsetIncludes

      public void testMojoHasDirsetIncludes() throws Exception
      Parameter 'modulepath/dirsets/dirset/includes' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDirsetExcludes

      public void testMojoHasDirsetExcludes() throws Exception
      Parameter 'modulepath/dirsets/dirset/excludes' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDirsetDirectory

      public void testMojoHasDirsetDirectory() throws Exception
      Parameter 'modulepath/dirsets/dirset/directory' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDependencysets

      public void testMojoHasDependencysets() throws Exception
      Parameter 'modulepath/dependencysets' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDependencysetOutputIncluded

      public void testMojoHasDependencysetOutputIncluded() throws Exception
      Parameter 'modulepath/dependencysets/dependencyset/outputincluded' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDependencysetAutomaticExcluded

      public void testMojoHasDependencysetAutomaticExcluded() throws Exception
      Parameter 'modulepath/dependencysets/dependencyset/automaticexcluded' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDependencysetIncludes

      public void testMojoHasDependencysetIncludes() throws Exception
      Parameter 'modulepath/dependencysets/dependencyset/includes' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDependencysetExcludes

      public void testMojoHasDependencysetExcludes() throws Exception
      Parameter 'modulepath/dependencysets/dependencyset/excludes' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDependencysetIncludeNames

      public void testMojoHasDependencysetIncludeNames() throws Exception
      Parameter 'modulepath/dependencysets/dependencyset/includenames' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDependencysetExcludeNames

      public void testMojoHasDependencysetExcludeNames() throws Exception
      Parameter 'modulepath/dependencysets/dependencyset/excludenames' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddModules

      public void testMojoHasAddModules() throws Exception
      Parameter 'addmodules' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasOutput

      public void testMojoHasOutput() throws Exception
      Parameter 'output' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLimitModules

      public void testMojoHasLimitModules() throws Exception
      Parameter 'limitmodules' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasSuggestProviders

      public void testMojoHasSuggestProviders() throws Exception
      Parameter 'suggestproviders' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasSaveOpts

      public void testMojoHasSaveOpts() throws Exception
      Parameter 'saveopts' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasResourcesLastSorter

      public void testMojoHasResourcesLastSorter() throws Exception
      Parameter 'resourceslastsorter' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasPostProcessPath

      public void testMojoHasPostProcessPath() throws Exception
      Parameter 'postprocesspath' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasVerbose

      public void testMojoHasVerbose() throws Exception
      Parameter 'verbose' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasBindServices

      public void testMojoHasBindServices() throws Exception
      Parameter 'bindservices' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncher

      public void testMojoHasLauncher() throws Exception
      Parameter 'launcher' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncherCommand

      public void testMojoHasLauncherCommand() throws Exception
      Parameter 'launcher/command' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncherMainModule

      public void testMojoHasLauncherMainModule() throws Exception
      Parameter 'launcher/mainmodule' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncherMainClass

      public void testMojoHasLauncherMainClass() throws Exception
      Parameter 'launcher/mainclass' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncherJvmArgs

      public void testMojoHasLauncherJvmArgs() throws Exception
      Parameter 'launcher/jvmargs' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncherArgs

      public void testMojoHasLauncherArgs() throws Exception
      Parameter 'launcher/args' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncherNixTemplate

      public void testMojoHasLauncherNixTemplate() throws Exception
      Parameter 'launcher/nixtemplate' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLauncherWinTemplate

      public void testMojoHasLauncherWinTemplate() throws Exception
      Parameter 'launcher/wintemplate' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasNoHeaderFiles

      public void testMojoHasNoHeaderFiles() throws Exception
      Parameter 'noheaderfiles' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasNoManPages

      public void testMojoHasNoManPages() throws Exception
      Parameter 'nomanpages' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasEndian

      public void testMojoHasEndian() throws Exception
      Parameter 'endian' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasIgnoreSigningInformation

      public void testMojoHasIgnoreSigningInformation() throws Exception
      Parameter 'ignoresigninginformation' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDisablePlugins

      public void testMojoHasDisablePlugins() throws Exception
      Parameter 'disableplugins' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasCompress

      public void testMojoHasCompress() throws Exception
      Parameter 'compress' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasCompressCompression

      public void testMojoHasCompressCompression() throws Exception
      Parameter 'compress/compression' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasCompressFilters

      public void testMojoHasCompressFilters() throws Exception
      Parameter 'compress/filters' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasIncludeLocales

      public void testMojoHasIncludeLocales() throws Exception
      Parameter 'includelocales' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasOrderResources

      public void testMojoHasOrderResources() throws Exception
      Parameter 'orderresources' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasExcludeResources

      public void testMojoHasExcludeResources() throws Exception
      Parameter 'excluderesources' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasStripDebug

      public void testMojoHasStripDebug() throws Exception
      Parameter 'stripdebug' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasStripJavaDebugAttributes

      public void testMojoHasStripJavaDebugAttributes() throws Exception
      Parameter 'stripjavadebugattributes' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasStripNativeCommands

      public void testMojoHasStripNativeCommands() throws Exception
      Parameter 'stripnativecommands' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDedupLegalNotices

      public void testMojoHasDedupLegalNotices() throws Exception
      Parameter 'deduplegalnotices' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasExcludeFiles

      public void testMojoHasExcludeFiles() throws Exception
      Parameter 'excludefiles' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasExcludeJmodSection

      public void testMojoHasExcludeJmodSection() throws Exception
      Parameter 'excludejmodsection' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasGenerateJliClasses

      public void testMojoHasGenerateJliClasses() throws Exception
      Parameter 'generatejliclasses' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasReleaseInfo

      public void testMojoHasReleaseInfo() throws Exception
      Parameter 'releaseinfo' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasReleaseInfoFile

      public void testMojoHasReleaseInfoFile() throws Exception
      Parameter 'releaseinfo/file' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasReleaseInfoAdds

      public void testMojoHasReleaseInfoAdds() throws Exception
      Parameter 'releaseinfo/adds' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasReleaseInfoDels

      public void testMojoHasReleaseInfoDels() throws Exception
      Parameter 'releaseinfo/dels' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasVM

      public void testMojoHasVM() throws Exception
      Parameter 'vm' exists and has a value.
      Throws:
      Exception - if any errors occurred