Package org.opencms.setup.comptest
Class CmsSetupTestXmlAPI
java.lang.Object
org.opencms.setup.comptest.CmsSetupTestXmlAPI
- All Implemented Interfaces:
I_CmsSetupTest
Test for the XML API.
- 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
-
CmsSetupTestXmlAPI
public CmsSetupTestXmlAPI()
-
-
Method Details
-
getName
Description copied from interface:I_CmsSetupTest
Returns the nice name for the test.- Specified by:
getName
in interfaceI_CmsSetupTest
- Returns:
- the nice name
- See Also:
-
execute
Description copied from interface:I_CmsSetupTest
Returns the test results.- Specified by:
execute
in interfaceI_CmsSetupTest
- Parameters:
setupBean
- the setup bean- Returns:
- the test results
- Throws:
Exception
- if something goes wrong- See Also:
-