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

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

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

Methods in org.sonar.api.batch.sensor.test that return TestCaseExecution.Type
 TestCaseExecution.Type TestCaseExecution.type()
          Type of test.
static TestCaseExecution.Type TestCaseExecution.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCaseExecution.Type[] TestCaseExecution.Type.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.Type
 TestCaseExecution TestCaseExecution.ofType(TestCaseExecution.Type type)
          Type of test.
 

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

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

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



Copyright © 2009–2015 SonarSource. All rights reserved.