Uses of Class
org.w3c.mwi.mobileok.basic.TestOutcome

Uses of TestOutcome in org.w3c.mwi.mobileok.basic
 

Fields in org.w3c.mwi.mobileok.basic declared as TestOutcome
private  TestOutcome TestResult.outcome
           
private  TestOutcome TestSubResult.outcome
           
private  TestOutcome TestResults.overallOutcome
           
 

Fields in org.w3c.mwi.mobileok.basic with type parameters of type TestOutcome
private static java.util.Map<HTTPErrorsType,TestOutcome> HTTPErrorsType.severity
          Static mapping table between HTTP errors and their severity.
 

Methods in org.w3c.mwi.mobileok.basic that return TestOutcome
 TestOutcome TestResult.getOutcome()
           
 TestOutcome TestSubResult.getOutcome()
           
 TestOutcome TestResults.getOverallOutcome()
           
(package private) static TestOutcome HTTPErrorsType.getSeverity(HTTPErrorsType type)
          Retrieves the mobileOK severity of an HTTP error.
static TestOutcome TestOutcome.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestOutcome[] TestOutcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type TestOutcome
(package private)  void TestResults.setOverallOutcome(TestOutcome overallOutcome)
           
 

Constructors in org.w3c.mwi.mobileok.basic with parameters of type TestOutcome
TestSubResult(java.lang.String testType, int subResultID, TestOutcome outcome, java.lang.String message, java.lang.String code, TestSubResultPosition position)