@Deprecated public interface TestCase
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | TestCase.StatusDeprecated.  | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | TYPE_INTEGRATIONDeprecated. 
 since 5.2 not used | 
| static String | TYPE_UNITDeprecated. 
 since 5.2 not used | 
| Modifier and Type | Method and Description | 
|---|---|
| int | countCoveredLines()Deprecated.  | 
| CoverageBlock | coverageBlock(Testable testable)Deprecated.  | 
| Iterable<CoverageBlock> | coverageBlocks()Deprecated.  | 
| boolean | doesCover()Deprecated.  | 
| Long | durationInMs()Deprecated.  Duration in milliseconds | 
| String | message()Deprecated.  | 
| String | name()Deprecated.  | 
| String | stackTrace()Deprecated.  | 
| TestCase.Status | status()Deprecated.  | 
| TestPlan | testPlan()Deprecated.  | 
| String | type()Deprecated. 
 since 5.2 not used | 
@Deprecated static final String TYPE_UNIT
@Deprecated static final String TYPE_INTEGRATION
@CheckForNull Long durationInMs()
@Deprecated String type()
TestCase.Status status()
@CheckForNull String message()
@CheckForNull String stackTrace()
boolean doesCover()
int countCoveredLines()
Iterable<CoverageBlock> coverageBlocks()
@CheckForNull CoverageBlock coverageBlock(Testable testable)
Copyright © 2009–2016 SonarSource. All rights reserved.