Class | Description |
---|---|
AbstractEsDataExtension |
Base class for ES Data extensions
|
DeleteEsDataExtension |
JUnit
Extension to delete data from Elasticsearch either before all tests, or before each test. |
LoadEsDataExtension |
JUnit
Extension to load data into Elasticsearch either before all tests, or before each test. |
Annotation Type | Description |
---|---|
DeleteEsDataConfig |
@DeleteEsDataConfig is a composed annotation that combines
@ExtendWith(DeleteEsDataExtension.class) from JUnit Jupiter
with the ability to directly define @DeleteEsData to load. |
LoadEsDataConfig |
@LoadEsDataConfig is a composed annotation that combines
@ExtendWith(LoadEsDataExtension.class) from JUnit Jupiter
with the ability to directly define @LoadEsData to load. |