程序包 | 说明 |
---|---|
org.opencms.setup.comptest |
Contains classes to test components when runing the OpenCms setup.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSetupTestResult |
CmsSetupTestSimapi.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
CmsSetupTestOperatingSystem.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
CmsSetupTestFolderPermissions.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
CmsSetupTestXercesVersion.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
CmsSetupTestServletContainer.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
I_CmsSetupTest.execute(CmsSetupBean setupBean)
Returns the test results.
|
CmsSetupTestResult |
CmsSetupTestJavaTempDir.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
CmsSetupTestXmlAPI.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
CmsSetupTestWarFileUnpacked.execute(CmsSetupBean setupBean) |
CmsSetupTestResult |
CmsSetupTestJdkVersion.execute(CmsSetupBean setupBean) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSetupTestResult> |
CmsSetupTests.getTestResults()
Returns the test results.
|