Execute the test pipeline so that you can make assertions about the result or behavior of the given test subject.
Add a collator to the test pipeline.
Add a decorator to the test pipeline.
Provide documents for testing decorators and indexers.
Add an indexer to the test pipeline.
StaticfromCreate a test pipeline given a collator you want to test.
StaticfromCreate a test pipeline given a decorator you want to test.
StaticfromCreate a test pipeline given an indexer you want to test.
StaticwithProvide the collator, decorator, or indexer to be tested.
Test utility for Backstage Search collators, decorators, and indexers.
Example
An example test checking that a collator provides expected documents.
Example
An example test checking that a decorator behaves as expected.