package testkit
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ClientProvider extends AnyRef
- trait DockerTests extends ElasticDsl with ClientProvider
- trait ElasticMatchers extends SearchMatchers with IndexMatchers
-
trait
ElasticSugar extends ElasticDsl
Provides helper methods for things like refreshing an index, and blocking until an index has a certain count of documents.
Provides helper methods for things like refreshing an index, and blocking until an index has a certain count of documents. These methods are very useful when writing tests to allow for blocking, iterative coding
- trait IndexMatchers extends Matchers
- trait SearchMatchers extends Matchers
Value Members
- object ElasticMatchers extends ElasticMatchers