org.w3c.mwi.mobileok.basic
Class StyleSheetsSupportTest

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

final class StyleSheetsSupportTest
extends AbstractCSSTestImplementation

Implements the STYLE_SHEETS_SUPPORT mobileOK test.

Test name: TestType.STYLE_SHEETS_SUPPORT.

The test checks the CSS styles and extends AbstractCSSTestImplementation.

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.w3c.mwi.mobileok.basic.AbstractCSSTestImplementation
AbstractCSSTestImplementation.TestErrorInfo
 
Field Summary
private static java.util.regex.Pattern cssSupportPattern
           
 
Constructor Summary
StyleSheetsSupportTest()
           
 
Method Summary
(package private)  void addSubResultsToResultsDocument(org.w3c.dom.Document testResults, org.w3c.dom.Element test, java.util.List<AbstractCSSTestImplementation.TestErrorInfo> measuresErrors)
           
(package private)  java.util.List<AbstractCSSTestImplementation.TestErrorInfo> findTestErrors(java.lang.String cssContent)
           
 java.lang.String getTestType()
           
 
Methods inherited from class org.w3c.mwi.mobileok.basic.AbstractCSSTestImplementation
addSubResultsToResultsDocument, 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

cssSupportPattern

private static final java.util.regex.Pattern cssSupportPattern
Constructor Detail

StyleSheetsSupportTest

StyleSheetsSupportTest()
Method Detail

getTestType

public java.lang.String getTestType()

findTestErrors

java.util.List<AbstractCSSTestImplementation.TestErrorInfo> findTestErrors(java.lang.String cssContent)
Specified by:
findTestErrors in class AbstractCSSTestImplementation

addSubResultsToResultsDocument

void addSubResultsToResultsDocument(org.w3c.dom.Document testResults,
                                    org.w3c.dom.Element test,
                                    java.util.List<AbstractCSSTestImplementation.TestErrorInfo> measuresErrors)
Specified by:
addSubResultsToResultsDocument in class AbstractCSSTestImplementation