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

All Superinterfaces:
Perspective
All Known Subinterfaces:
MutableTestPlan

public interface TestPlan<T extends TestCase>
extends Perspective


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

Method Detail

testCases

Iterable<T> testCases()

testCasesByName

Iterable<T> testCasesByName(String name)


Copyright © 2009-2014 SonarSource. All Rights Reserved.