Initial set of tests will include tests below for all create-installer modes.
MSI:
JPackageCreateInstallerFileAssociationsTest.java - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file. It also checks for registry being created and removed after uninstall.
JPackageCreateInstallerLicenseTest.java - Verifies --license-file by creating installer with license. User during installation will need manually verify that license is displayed during installation process. SeeJDK-8214495 for known issues.
JPackageCreateInstallerTest.java - Simple installer test with minimal set of arguments.
JPackageCreateInstallerWinDirChooserTest.java - Verifies --win-dir-chooser to check that installer will ask user to select destination folder. SeeJDK-8214566 for know issues.
JPackageCreateInstallerWinMenuGroupTest.java - Verifies --win-menu-group by verifying that application was installed into correct start menu folder.
JPackageCreateInstallerWinMenuTest.java - Verifies --win-menu by verifying shortcut name in start menu.
JPackageCreateInstallerWinPerUserInstallTest.java - Verifies --win-per-user-install that application got installed per user.
JPackageCreateInstallerWinRegistryNameTest.java - Verifies --win-registry-name that application uses provided name when creating registry for file associations.
JPackageCreateInstallerWinShortcutTest.java - Verifies --win-shortcut that installer created desktop shortcut.
EXE
JPackageCreateInstallerFileAssociationsTest.java - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file. It also checks for registry being created and removed after uninstall.
JPackageCreateInstallerLicenseTest.java - Verifies --license-file by creating installer with license. User during installation will need manually verify that license is displayed during installation process. SeeJDK-8214495 for known issues.
JPackageCreateInstallerTest.java - Simple installer test with minimal set of arguments.
JPackageCreateInstallerWinDirChooserTest.java - Verifies --win-dir-chooser to check that installer will ask user to select destination folder. SeeJDK-8214566 for known issues.
JPackageCreateInstallerWinMenuGroupTest.java - Verifies --win-menu-group by verifying that application was installed into correct start menu folder.
JPackageCreateInstallerWinMenuTest.java - Verifies --win-menu by verifying shortcut name in start menu.
JPackageCreateInstallerWinPerUserInstallTest.java - Verifies --win-per-user-install that application got installed per user.
JPackageCreateInstallerWinRegistryNameTest.java - Verifies --win-registry-name that application uses provided name when creating registry for file associations.
JPackageCreateInstallerWinShortcutTest.java - Verifies --win-shortcut that installer created desktop shortcut.
DMG
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
PKG
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
DEB
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
JPackageCreateInstallerBundleNameTest - Verifies --linux-bundle-name by checking that bundle was created with name provided via this argument.
JPackageCreateInstallerPackageDepsTest - Verifies --linux-package-deps by creating bundle with dependency and checking that this dependency is required by bundle.
JPackageCreateInstallerMaintainerTest - Verifies --linux-deb-maintainer by checking deb package information that it includes provided e-mail.
RPM
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
JPackageCreateInstallerBundleNameTest - Verifies --linux-bundle-name by checking that bundle was created with name provided via this argument.
JPackageCreateInstallerPackageDepsTest - Verifies --linux-package-deps by creating bundle with dependency and checking that this dependency is required by bundle.
JPackageCreateInstallerLicenseTypeTest - Verifies --linux-rpm-license-type by checking rpm package information that it includes license type in package information.
MSI:
JPackageCreateInstallerFileAssociationsTest.java - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file. It also checks for registry being created and removed after uninstall.
JPackageCreateInstallerLicenseTest.java - Verifies --license-file by creating installer with license. User during installation will need manually verify that license is displayed during installation process. See
JPackageCreateInstallerTest.java - Simple installer test with minimal set of arguments.
JPackageCreateInstallerWinDirChooserTest.java - Verifies --win-dir-chooser to check that installer will ask user to select destination folder. See
JPackageCreateInstallerWinMenuGroupTest.java - Verifies --win-menu-group by verifying that application was installed into correct start menu folder.
JPackageCreateInstallerWinMenuTest.java - Verifies --win-menu by verifying shortcut name in start menu.
JPackageCreateInstallerWinPerUserInstallTest.java - Verifies --win-per-user-install that application got installed per user.
JPackageCreateInstallerWinRegistryNameTest.java - Verifies --win-registry-name that application uses provided name when creating registry for file associations.
JPackageCreateInstallerWinShortcutTest.java - Verifies --win-shortcut that installer created desktop shortcut.
EXE
JPackageCreateInstallerFileAssociationsTest.java - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file. It also checks for registry being created and removed after uninstall.
JPackageCreateInstallerLicenseTest.java - Verifies --license-file by creating installer with license. User during installation will need manually verify that license is displayed during installation process. See
JPackageCreateInstallerTest.java - Simple installer test with minimal set of arguments.
JPackageCreateInstallerWinDirChooserTest.java - Verifies --win-dir-chooser to check that installer will ask user to select destination folder. See
JPackageCreateInstallerWinMenuGroupTest.java - Verifies --win-menu-group by verifying that application was installed into correct start menu folder.
JPackageCreateInstallerWinMenuTest.java - Verifies --win-menu by verifying shortcut name in start menu.
JPackageCreateInstallerWinPerUserInstallTest.java - Verifies --win-per-user-install that application got installed per user.
JPackageCreateInstallerWinRegistryNameTest.java - Verifies --win-registry-name that application uses provided name when creating registry for file associations.
JPackageCreateInstallerWinShortcutTest.java - Verifies --win-shortcut that installer created desktop shortcut.
DMG
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
PKG
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
DEB
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
JPackageCreateInstallerBundleNameTest - Verifies --linux-bundle-name by checking that bundle was created with name provided via this argument.
JPackageCreateInstallerPackageDepsTest - Verifies --linux-package-deps by creating bundle with dependency and checking that this dependency is required by bundle.
JPackageCreateInstallerMaintainerTest - Verifies --linux-deb-maintainer by checking deb package information that it includes provided e-mail.
RPM
JPackageCreateInstallerFileAssociationsTest - Verifies --file-associations by creating installer with file association and opening associated file via AWT API to make sure that associated application is executed with correct file.
JPackageCreateInstallerInstallDirTest - Verifies --install-dir by checking that application is being installed into specified folder.
JPackageCreateInstallerLicenseTest - Verifies --license-file by creating installer with license.
JPackageCreateInstallerTest - Simple installer test with minimal set of arguments.
JPackageCreateInstallerBundleNameTest - Verifies --linux-bundle-name by checking that bundle was created with name provided via this argument.
JPackageCreateInstallerPackageDepsTest - Verifies --linux-package-deps by creating bundle with dependency and checking that this dependency is required by bundle.
JPackageCreateInstallerLicenseTypeTest - Verifies --linux-rpm-license-type by checking rpm package information that it includes license type in package information.
- relates to
-
JDK-8201202 JEP-JDK-8200758: Test Plan for JEP 343: Packaging Tool (Incubator)
- Resolved