| Package | Description | 
|---|---|
| org.sonar.api.test | 
| Modifier and Type | Method and Description | 
|---|---|
static TestCase.Status | 
TestCase.Status.of(String s)  | 
TestCase.Status | 
TestCase.status()
Deprecated.  
  | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutableTestCase | 
MutableTestCase.setStatus(TestCase.Status s)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.