Annotation Interface TestCatalogBuilder


@Retention(RUNTIME) @Target(TYPE) public @interface TestCatalogBuilder
Paired with ITestCatalogBuilder, classes annotated with this will be called during the test catalog build process to append information to the test class entry, and the overall test catalog json file.
Author:
Michael Baylis