org.sonar.api.test
Interface MutableTestCase

All Superinterfaces:
TestCase

public interface MutableTestCase
extends TestCase


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.api.test.TestCase
TestCase.Status
 
Field Summary
 
Fields inherited from interface org.sonar.api.test.TestCase
TYPE_INTEGRATION, TYPE_UNIT
 
Method Summary
 MutableTestCase setCoverageBlock(Testable testable, List<Integer> lines)
           
 MutableTestCase setDurationInMs(Long l)
           
 MutableTestCase setMessage(String s)
           
 MutableTestCase setStackTrace(String s)
           
 MutableTestCase setStatus(TestCase.Status s)
           
 MutableTestCase setType(String s)
           
 
Methods inherited from interface org.sonar.api.test.TestCase
countCoveredLines, coverageBlock, coverageBlocks, doesCover, durationInMs, message, name, stackTrace, status, testPlan, type
 

Method Detail

setStatus

MutableTestCase setStatus(@Nullable
                          TestCase.Status s)

setDurationInMs

MutableTestCase setDurationInMs(@Nullable
                                Long l)

setMessage

MutableTestCase setMessage(@Nullable
                           String s)

setStackTrace

MutableTestCase setStackTrace(@Nullable
                              String s)

setType

MutableTestCase setType(@Nullable
                        String s)

setCoverageBlock

MutableTestCase setCoverageBlock(Testable testable,
                                 List<Integer> lines)


Copyright © 2009–2015 SonarSource. All rights reserved.