| Class | Description |
|---|---|
| SkipTestDependingOnAdapterNameRule |
JUnit rule that skips a test based on the
SkipWhenAdapterNameIs annotation on
either a test method or test class. |
| SkipTestDependingOnDatabaseOptionRule |
JUnit rule that automatically skips a test if the
RequireDatabaseOption annotation at
either the class or test method level if the option specified isn't enabled or available on
the test database used by testConnection(). |
| Enum | Description |
|---|---|
| SkipWhenAdapterNameIs.AdapterName | |
| SkipWhenAdapterNameIsNot.AdapterName |
| Annotation Type | Description |
|---|---|
| RequireDatabaseOption |
Marker annotation used to skip a given test if the specified database option isn't enabled.
|
| 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.