Uses of Interface
org.sonar.api.test.TestCase

Packages that use TestCase
org.sonar.api.test   
 

Uses of TestCase in org.sonar.api.test
 

Classes in org.sonar.api.test with type parameters of type TestCase
 interface TestPlan<T extends TestCase>
           
 

Subinterfaces of TestCase in org.sonar.api.test
 interface MutableTestCase
           
 

Methods in org.sonar.api.test that return TestCase
 TestCase CoverageBlock.testCase()
           
 TestCase Testable.testCaseByName(String key)
           
 

Methods in org.sonar.api.test that return types with arguments of type TestCase
 List<TestCase> Testable.testCases()
           
 List<TestCase> Testable.testCasesOfLine(int line)
           
 

Methods in org.sonar.api.test with parameters of type TestCase
 CoverageBlock Testable.coverageBlock(TestCase testCase)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.