|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseExecution | |
|---|---|
| org.sonar.api.batch.sensor | |
| org.sonar.api.batch.sensor.test | |
| org.sonar.api.batch.sensor.test.internal | |
| Uses of TestCaseExecution in org.sonar.api.batch.sensor |
|---|
| Methods in org.sonar.api.batch.sensor that return TestCaseExecution | |
|---|---|
TestCaseExecution |
SensorContext.newTestCaseExecution()
Create a new test case execution report. |
| Methods in org.sonar.api.batch.sensor with parameters of type TestCaseExecution | |
|---|---|
void |
SensorStorage.store(TestCaseExecution testCaseExecution)
|
| Uses of TestCaseExecution in org.sonar.api.batch.sensor.test |
|---|
| Methods in org.sonar.api.batch.sensor.test that return TestCaseExecution | |
|---|---|
TestCaseExecution |
TestCaseExecution.durationInMs(long duration)
Duration in milliseconds |
TestCaseExecution |
TestCaseExecution.inTestFile(InputFile testFile)
Set file where this test is located. |
TestCaseExecution |
TestCaseExecution.message(String message)
Message (usually in case of TestCaseExecution.Status.ERROR or TestCaseExecution.Status.FAILURE). |
TestCaseExecution |
TestCaseExecution.name(String name)
Set name of this test. |
TestCaseExecution |
TestCaseExecution.ofType(TestCaseExecution.Type type)
Type of test. |
TestCaseExecution |
TestCaseExecution.stackTrace(String stackTrace)
Set stacktrace (usually in case of TestCaseExecution.Status.ERROR). |
TestCaseExecution |
TestCaseExecution.status(TestCaseExecution.Status status)
Status of execution of the test. |
| Uses of TestCaseExecution in org.sonar.api.batch.sensor.test.internal |
|---|
| Classes in org.sonar.api.batch.sensor.test.internal that implement TestCaseExecution | |
|---|---|
class |
DefaultTestCaseExecution
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||