Package org.opencms.setup.comptest
Class CmsSetupTestWarFileUnpacked
java.lang.Object
org.opencms.setup.comptest.CmsSetupTestWarFileUnpacked
- All Implemented Interfaces:
I_CmsSetupTest
Tests if the OpenCms WAR file is unpacked.
- Since:
- 6.1.8
-
Field Summary
FieldsFields inherited from interface org.opencms.setup.comptest.I_CmsSetupTest
RESULT_FAILED, RESULT_PASSED, RESULT_WARNING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CmsSetupBean setupBean) Returns the test results.getName()Returns the nice name for the test.
-
Field Details
-
TEST_NAME
The test name.- See Also:
-
-
Constructor Details
-
CmsSetupTestWarFileUnpacked
public CmsSetupTestWarFileUnpacked()
-
-
Method Details
-
getName
Description copied from interface:I_CmsSetupTestReturns the nice name for the test.- Specified by:
getNamein interfaceI_CmsSetupTest- Returns:
- the nice name
- See Also:
-
execute
Description copied from interface:I_CmsSetupTestReturns the test results.- Specified by:
executein interfaceI_CmsSetupTest- Parameters:
setupBean- the setup bean- Returns:
- the test results
- See Also:
-