| Interface | Description |
|---|---|
| EmptyFeature |
This is a marker interface to specify that a feature class has not been set.
|
| Class | Description |
|---|---|
| Feature.FeatureProcessor |
Annotation Processor for @{link Feature}.
|
| FeatureActivated.FeatureActivatedProcessor |
Annotation Processor for @{link FeatureActivated}.
|
| FeatureActivatedProcessor |
This processor validates the values of the both annotations
FeatureActivated and FeatureNotActivated. |
| FeatureNotActivated.FeatureNotActivatedProcessor |
Annotation Processor for @{link FeatureNotActivated}.
|
| FeatureProcessor |
Processes classes which are annotated with
Feature. |
| Annotation Type | Description |
|---|---|
| Feature |
Marks a class as a Feature specification.
|
| FeatureActivated |
Marks a test suite, class or step to be active only, if the specified feature(s) is/are active.
|
| FeatureNotActivated |
Marks a test suite, class or step to be active only, if the specified features is/are not active.
|
Copyright © 2018–2021 b+m Informatik AG. All rights reserved.