Class JPackageMojoTest

java.lang.Object
ru.akman.maven.plugins.jpackage.JPackageMojoTest

public class JPackageMojoTest extends Object
JPackageMojo 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

    • JPackageMojoTest

      public JPackageMojoTest()
  • Method Details

    • testMojoHasToolHome

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

      public void testMojoHasDest() throws Exception
      Parameter 'dest' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasTemp

      public void testMojoHasTemp() throws Exception
      Parameter 'temp' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasType

      public void testMojoHasType() throws Exception
      Parameter 'type' 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
    • testMojoHasAppVersion

      public void testMojoHasAppVersion() throws Exception
      Parameter 'appversion' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasCopyright

      public void testMojoHasCopyright() throws Exception
      Parameter 'copyright' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasDescription

      public void testMojoHasDescription() throws Exception
      Parameter 'description' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasName

      public void testMojoHasName() throws Exception
      Parameter 'name' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasVendor

      public void testMojoHasVendor() throws Exception
      Parameter 'vendor' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasIcon

      public void testMojoHasIcon() throws Exception
      Parameter 'icon' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasInput

      public void testMojoHasInput() throws Exception
      Parameter 'input' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasRuntimeImage

      public void testMojoHasRuntimeImage() throws Exception
      Parameter 'runtimeimage' 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
    • testMojoHasBindServices

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

      public void testMojoHasModule() throws Exception
      Parameter 'module' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMainJar

      public void testMojoHasMainJar() throws Exception
      Parameter 'mainjar' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMainClass

      public void testMojoHasMainClass() throws Exception
      Parameter 'mainclass' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasArguments

      public void testMojoHasArguments() throws Exception
      Parameter 'arguments' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasJavaOptions

      public void testMojoHasJavaOptions() throws Exception
      Parameter 'javaoptions' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchers

      public void testMojoHasAddLaunchers() throws Exception
      Parameter 'addlaunchers' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncher

      public void testMojoHasAddLaunchersAddLauncher() throws Exception
      Parameter 'addlaunchers/addlauncher' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherName

      public void testMojoHasAddLaunchersAddLauncherName() throws Exception
      Parameter 'addlaunchers/addlauncher/name' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherFile

      public void testMojoHasAddLaunchersAddLauncherFile() throws Exception
      Parameter 'addlaunchers/addlauncher/file' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherModule

      public void testMojoHasAddLaunchersAddLauncherModule() throws Exception
      Parameter 'addlaunchers/addlauncher/module' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherMainJar

      public void testMojoHasAddLaunchersAddLauncherMainJar() throws Exception
      Parameter 'addlaunchers/addlauncher/mainjar' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherMainClass

      public void testMojoHasAddLaunchersAddLauncherMainClass() throws Exception
      Parameter 'addlaunchers/addlauncher/mainclass' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherArguments

      public void testMojoHasAddLaunchersAddLauncherArguments() throws Exception
      Parameter 'addlaunchers/addlauncher/arguments' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherJavaOptions

      public void testMojoHasAddLaunchersAddLauncherJavaOptions() throws Exception
      Parameter 'addlaunchers/addlauncher/javaoptions' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherAppVersion

      public void testMojoHasAddLaunchersAddLauncherAppVersion() throws Exception
      Parameter 'addlaunchers/addlauncher/appversion' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherIcon

      public void testMojoHasAddLaunchersAddLauncherIcon() throws Exception
      Parameter 'addlaunchers/addlauncher/icon' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAddLaunchersAddLauncherWinConsole

      public void testMojoHasAddLaunchersAddLauncherWinConsole() throws Exception
      Parameter 'addlaunchers/addlauncher/winconsole' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasWinConsole

      public void testMojoHasWinConsole() throws Exception
      Parameter 'winconsole' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasAppImage

      public void testMojoHasAppImage() throws Exception
      Parameter 'appimage' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasFileAssociations

      public void testMojoHasFileAssociations() throws Exception
      Parameter 'fileassociations' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasInstallDir

      public void testMojoHasInstallDir() throws Exception
      Parameter 'installdir' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLicenseFile

      public void testMojoHasLicenseFile() throws Exception
      Parameter 'licensefile' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasResourceDir

      public void testMojoHasResourceDir() throws Exception
      Parameter 'resourcedir' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasWinDirChooser

      public void testMojoHasWinDirChooser() throws Exception
      Parameter 'windirchooser' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasWinMenu

      public void testMojoHasWinMenu() throws Exception
      Parameter 'winmenu' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasWinMenuGroup

      public void testMojoHasWinMenuGroup() throws Exception
      Parameter 'winmenugroup' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasWinPerUserInstall

      public void testMojoHasWinPerUserInstall() throws Exception
      Parameter 'winperuserinstall' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasWinShortcut

      public void testMojoHasWinShortcut() throws Exception
      Parameter 'winshortcut' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasWinUpgradeUuid

      public void testMojoHasWinUpgradeUuid() throws Exception
      Parameter 'winupgradeuuid' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMacPackageIdentifier

      public void testMojoHasMacPackageIdentifier() throws Exception
      Parameter 'macpackageidentifier' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMacPackageName

      public void testMojoHasMacPackageName() throws Exception
      Parameter 'macpackagename' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMacPackageSigningPrefix

      public void testMojoHasMacPackageSigningPrefix() throws Exception
      Parameter 'macpackagesigningprefix' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMacSign

      public void testMojoHasMacSign() throws Exception
      Parameter 'macsign' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMacSigningKeyChain

      public void testMojoHasMacSigningKeyChain() throws Exception
      Parameter 'macsigningkeychain' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasMacSigningKeyUserName

      public void testMojoHasMacSigningKeyUserName() throws Exception
      Parameter 'macsigningkeyusername' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxPackageName

      public void testMojoHasLinuxPackageName() throws Exception
      Parameter 'linuxpackagename' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxDebMaintainer

      public void testMojoHasLinuxDebMaintainer() throws Exception
      Parameter 'linuxdebmaintainer' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxMenuGroup

      public void testMojoHasLinuxMenuGroup() throws Exception
      Parameter 'linuxmenugroup' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxPackageDeps

      public void testMojoHasLinuxPackageDeps() throws Exception
      Parameter 'linuxpackagedeps' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxRpmLicenseType

      public void testMojoHasLinuxRpmLicenseType() throws Exception
      Parameter 'linuxrpmlicensetype' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxAppRelease

      public void testMojoHasLinuxAppRelease() throws Exception
      Parameter 'linuxapprelease' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxAppCategory

      public void testMojoHasLinuxAppCategory() throws Exception
      Parameter 'linuxappcategory' exists and has a value.
      Throws:
      Exception - if any errors occurred
    • testMojoHasLinuxShortcut

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