org.sonar.api.test
Interface MutableTestPlan

All Superinterfaces:
MutablePerspective, Perspective, TestPlan<MutableTestCase>

Deprecated. since 5.0 use SensorContext#testPlanBuilder(org.sonar.api.batch.fs.InputFile)

@Deprecated
public interface MutableTestPlan
extends TestPlan<MutableTestCase>, MutablePerspective


Method Summary
 MutableTestCase addTestCase(String name)
          Deprecated.  
 
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)
Deprecated. 


Copyright © 2009–2014 SonarSource. All rights reserved.