Package de.latlon.ets.wms13.core.domain
Class InteractiveTestResult
java.lang.Object
de.latlon.ets.wms13.core.domain.InteractiveTestResult
Wraps the results from interactive tests.
- Author:
- Lyn Goltz
-
Constructor Summary
ConstructorsConstructorDescriptionInteractiveTestResult(boolean capabilitiesInEnglishLanguage, boolean getFeatureInfoInEnglishLanguage, boolean getFeatureInfoExceptionInEnglishLanguage, boolean getMapExceptionInEnglishLanguage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanboolean
-
Constructor Details
-
InteractiveTestResult
public InteractiveTestResult(boolean capabilitiesInEnglishLanguage, boolean getFeatureInfoInEnglishLanguage, boolean getFeatureInfoExceptionInEnglishLanguage, boolean getMapExceptionInEnglishLanguage)
-
-
Method Details
-
isCapabilitiesInEnglishLanguage
public boolean isCapabilitiesInEnglishLanguage()- Returns:
trueif the test (capabilities in english language) passed,falseotherwise
-
isGetFeatureInfoInEnglishLanguage
public boolean isGetFeatureInfoInEnglishLanguage()- Returns:
trueif the test (GetFeatureInfo in english language) passed,falseotherwise
-
isGetFeatureInfoExceptionInEnglishLanguage
public boolean isGetFeatureInfoExceptionInEnglishLanguage()- Returns:
trueif the test (GetFeatureInfo exception in english language) passed,falseotherwise
-
isGetMapExceptionInEnglishLanguage
public boolean isGetMapExceptionInEnglishLanguage()- Returns:
trueif the test (GetMap exception in english language) passed,falseotherwise
-