@Deprecated public interface MutableTestCase extends TestCase
TestCase.StatusTYPE_INTEGRATION, TYPE_UNIT| Modifier and Type | Method and Description | 
|---|---|
| MutableTestCase | setCoverageBlock(InputFile mainFile,
                List<Integer> lines)Deprecated.  | 
| MutableTestCase | setCoverageBlock(Testable testable,
                List<Integer> lines)Deprecated. 
 since 5.2. Use  setCoverageBlock(InputFile, List) | 
| MutableTestCase | setDurationInMs(Long l)Deprecated.  | 
| MutableTestCase | setMessage(String s)Deprecated.  | 
| MutableTestCase | setStackTrace(String s)Deprecated.  | 
| MutableTestCase | setStatus(TestCase.Status s)Deprecated.  | 
| MutableTestCase | setType(String s)Deprecated. 
 since 5.2 not used | 
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)
@Deprecated MutableTestCase setType(@Nullable String s)
@Deprecated MutableTestCase setCoverageBlock(Testable testable, List<Integer> lines)
setCoverageBlock(InputFile, List)MutableTestCase setCoverageBlock(InputFile mainFile, List<Integer> lines)
Copyright © 2009–2016 SonarSource. All rights reserved.