org.w3c.mwi.mobileok.basic
Class DefaultInputModeTest

java.lang.Object
  extended by org.w3c.mwi.mobileok.basic.AbstractTestImplementation
      extended by org.w3c.mwi.mobileok.basic.AbstractXSLTTestImplementation
          extended by org.w3c.mwi.mobileok.basic.DefaultInputModeTest
All Implemented Interfaces:
TestImplementation

public final class DefaultInputModeTest
extends AbstractXSLTTestImplementation

Implements the DEFAULT_INPUT_MODE mobileOK test.

Test name: TestType.DEFAULT_INPUT_MODE.

The test is linked to the DefaultInputModeTest.xsl stylesheet and extends AbstractXSLTTestImplementation.

Version:
$Revision: 1.1 $
Author:
The W3C mobileOK Checker Task Force

Field Summary
private static java.util.Collection<java.lang.String> INPUT_MODE_TOKENS
           
private static java.util.Collection<java.lang.String> MODIFIER_TOKENS
           
 
Constructor Summary
DefaultInputModeTest()
           
 
Method Summary
 java.lang.String getTestType()
           
static boolean validInputMode(java.lang.String inputModeValue)
           
 
Methods inherited from class org.w3c.mwi.mobileok.basic.AbstractXSLTTestImplementation
runTest
 
Methods inherited from class org.w3c.mwi.mobileok.basic.AbstractTestImplementation
convertToTestResult, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INPUT_MODE_TOKENS

private static final java.util.Collection<java.lang.String> INPUT_MODE_TOKENS

MODIFIER_TOKENS

private static final java.util.Collection<java.lang.String> MODIFIER_TOKENS
Constructor Detail

DefaultInputModeTest

public DefaultInputModeTest()
Method Detail

getTestType

public java.lang.String getTestType()

validInputMode

public static boolean validInputMode(java.lang.String inputModeValue)