| Class | Description |
|---|---|
| AbstractSmokeTest |
Base class for smoke tests.
|
| DeltaScenarioProcessor |
An extension to the ScenarioProcessor in case the test is interested
in more information about the scenario.
|
| ScenarioProcessor |
Abstract base class for a smoke test scenario processor.
|
| XtextSmokeTestRunner |
Use this runner on a class that is annotated with
Suite.SuiteClasses
to test the input documents that are used in that test class for exceptions
by using a ScenarioProcessor. |
| Enum | Description |
|---|---|
| Scenario |
Default scenarios that are used for permuting smoke tests.
|
| Annotation Type | Description |
|---|---|
| IgnoredBySmokeTest |
Optionally annotate a test class or test method with
@IgnoredBySmokeTest to
skip it during smoke testing. |
| ProcessedBy |
Mandatory annotation for smoke test suites.
|
| Scenarios |
Optional annotation for a smoke test suite to use only a subset
of the available permutations of the original input.
|
Copyright © 2016. All Rights Reserved.