Class InteractiveTestResult

java.lang.Object
de.latlon.ets.wms13.core.domain.InteractiveTestResult

public class InteractiveTestResult extends Object
Wraps the results from interactive tests.
Author:
Lyn Goltz
  • Constructor Details

    • InteractiveTestResult

      public InteractiveTestResult(boolean capabilitiesInEnglishLanguage, boolean getFeatureInfoInEnglishLanguage, boolean getFeatureInfoExceptionInEnglishLanguage, boolean getMapExceptionInEnglishLanguage)
  • Method Details

    • isCapabilitiesInEnglishLanguage

      public boolean isCapabilitiesInEnglishLanguage()
      Returns:
      true if the test (capabilities in english language) passed, false otherwise
    • isGetFeatureInfoInEnglishLanguage

      public boolean isGetFeatureInfoInEnglishLanguage()
      Returns:
      true if the test (GetFeatureInfo in english language) passed, false otherwise
    • isGetFeatureInfoExceptionInEnglishLanguage

      public boolean isGetFeatureInfoExceptionInEnglishLanguage()
      Returns:
      true if the test (GetFeatureInfo exception in english language) passed, false otherwise
    • isGetMapExceptionInEnglishLanguage

      public boolean isGetMapExceptionInEnglishLanguage()
      Returns:
      true if the test (GetMap exception in english language) passed, false otherwise