Uses of Class
org.sonar.api.test.TestCase.Status

Packages that use TestCase.Status
org.sonar.api.test   
 

Uses of TestCase.Status in org.sonar.api.test
 

Methods in org.sonar.api.test that return TestCase.Status
static TestCase.Status TestCase.Status.of(String s)
           
 TestCase.Status TestCase.status()
           
static TestCase.Status TestCase.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCase.Status[] TestCase.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.test with parameters of type TestCase.Status
 MutableTestCase MutableTestCase.setStatus(TestCase.Status s)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.