org.sonar.api.test
Interface MutableTestPlan

All Superinterfaces:
MutablePerspective, Perspective, TestPlan<MutableTestCase>

public interface MutableTestPlan
extends TestPlan<MutableTestCase>, MutablePerspective


Method Summary
 MutableTestCase addTestCase(String name)
           
 
Methods inherited from interface org.sonar.api.test.TestPlan
testCases, testCasesByName
 
Methods inherited from interface org.sonar.api.component.Perspective
component
 

Method Detail

addTestCase

MutableTestCase addTestCase(String name)


Copyright © 2009-2013 SonarSource. All Rights Reserved.