zio-elasticsearch
zio-elasticsearch copied to clipboard
Restructure tests
Description:
As an example, you can take a look at the ElasticQuerySpec.
The basic idea is to have a simple structure and description of the tests and combine them with the &&
operator.
The following specs should be restructured:
- [x] FieldDSLSpec
- [x] HighlightsSpec
- [x] IndexNameSpec
- [x] ScriptSpec
- [x] HttpElasticExecutorSpec
- [ ] HttpExecutorSpec
Refactoring HighlightsSpec
Refactoring IndexNameSpec
Refactoring ScriptSpec
Refactoring FieldDSLSpec
Refactoring HttpElasticExecutorSpec