public interface I_CmsSetupTest
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
RESULT_FAILED
Test failed display text.
|
static java.lang.String |
RESULT_PASSED
Test passed display text.
|
static java.lang.String |
RESULT_WARNING
Test warning display text.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmsSetupTestResult |
execute(CmsSetupBean setupBean)
Returns the test results.
|
java.lang.String |
getName()
Returns the nice name for the test.
|
static final java.lang.String RESULT_FAILED
static final java.lang.String RESULT_PASSED
static final java.lang.String RESULT_WARNING
java.lang.String getName()
CmsSetupTestResult execute(CmsSetupBean setupBean) throws java.lang.Exception
setupBean - the setup beanjava.lang.Exception - if something goes wrong