org.sonar.api.test
Interface TestPlan<T extends TestCase>

All Superinterfaces:
Perspective
All Known Subinterfaces:
MutableTestPlan

Deprecated. since 5.0

@Deprecated
public interface TestPlan<T extends TestCase>
extends Perspective


Method Summary
 Iterable<T> testCases()
          Deprecated.  
 Iterable<T> testCasesByName(String name)
          Deprecated.  
 
Methods inherited from interface org.sonar.api.component.Perspective
component
 

Method Detail

testCases

Iterable<T> testCases()
Deprecated. 

testCasesByName

Iterable<T> testCasesByName(String name)
Deprecated. 


Copyright © 2009–2014 SonarSource. All rights reserved.