Uses of Class
org.sonar.api.batch.sensor.test.TestCaseExecution.Status

Packages that use TestCaseExecution.Status
org.sonar.api.batch.sensor.test   
org.sonar.api.batch.sensor.test.internal   
 

Uses of TestCaseExecution.Status in org.sonar.api.batch.sensor.test
 

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

Methods in org.sonar.api.batch.sensor.test with parameters of type TestCaseExecution.Status
 TestCaseExecution TestCaseExecution.status(TestCaseExecution.Status status)
          Status of execution of the test.
 

Uses of TestCaseExecution.Status in org.sonar.api.batch.sensor.test.internal
 

Methods in org.sonar.api.batch.sensor.test.internal that return TestCaseExecution.Status
 TestCaseExecution.Status DefaultTestCaseExecution.status()
           
 

Methods in org.sonar.api.batch.sensor.test.internal with parameters of type TestCaseExecution.Status
 DefaultTestCaseExecution DefaultTestCaseExecution.status(TestCaseExecution.Status status)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.