public interface MutableTestCase extends TestCase
TestCase.StatusTYPE_INTEGRATION, TYPE_UNIT| Modifier and Type | Method and Description |
|---|---|
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) |
countCoveredLines, coverageBlock, coverageBlocks, doesCover, durationInMs, message, name, stackTrace, status, testPlan, typeMutableTestCase setStatus(@Nullable TestCase.Status s)
MutableTestCase setDurationInMs(@Nullable Long l)
MutableTestCase setMessage(@Nullable String s)
MutableTestCase setStackTrace(@Nullable String s)
MutableTestCase setType(@Nullable String s)
MutableTestCase setCoverageBlock(Testable testable, List<Integer> lines)
Copyright © 2009–2015 SonarSource. All rights reserved.