| Class | Description |
|---|---|
| SkipTestDependingOnAdapterNameRule |
JUnit rule that skips a test based on the
SkipWhenAdapterNameIs annotation on
either a test method or test class. |
| Enum | Description |
|---|---|
| SkipWhenAdapterNameIs.AdapterName | |
| SkipWhenAdapterNameIsNot.AdapterName |
| Annotation Type | Description |
|---|---|
| SkipWhenAdapterNameIs |
Marker annotation used together with the
SkipTestDependingOnAdapterNameRule JUnit rule, that allows
tests to be skipped based on the adapter name that is being used for testing. |
| SkipWhenAdapterNameIsNot |
Marker annotation used togehter with
SkipTestDependingOnAdapterNameRule JUnit rule, that allows
tests to not be skipped based on the adapter name that is being used for testing. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.