|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TestResult in org.w3c.mwi.mobileok.basic |
---|
Fields in org.w3c.mwi.mobileok.basic with type parameters of type TestResult | |
---|---|
private java.util.List<TestResult> |
TestResults.resultsList
|
private java.util.Map<java.lang.String,TestResult> |
TestResults.resultsMap
|
Methods in org.w3c.mwi.mobileok.basic that return TestResult | |
---|---|
protected TestResult |
AbstractTestImplementation.convertToTestResult(org.w3c.dom.Node resultRoot)
Converts the outcome of a test in a DOM node format to a TestResult outcome. |
TestResult |
TestResults.getResultForTest(java.lang.String type)
|
TestResult |
AbstractCSSTestImplementation.runTest(PreprocessorResults results)
|
TestResult |
AbstractXSLTTestImplementation.runTest(PreprocessorResults results)
|
TestResult |
TestImplementation.runTest(PreprocessorResults results)
Runs the test on the intermediate moki representation of the resource. |
Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type TestResult | |
---|---|
java.util.List<TestResult> |
TestResults.getAllResults()
|
Methods in org.w3c.mwi.mobileok.basic with parameters of type TestResult | |
---|---|
(package private) void |
TestResults.addTestResult(TestResult result)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |