Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Entry point assertion class for custom assertions
Currently, `assertThat` methods from custom asserts(`SpanAssert`, `SpansAssert`, `TracerAssert`) do not have an entry point assertion class. Hence, users need to static import individual assert classes. This change introduces an entry point assertion class. Users now simply static import this class and all `assertThat` methods are available for use.
- Loading branch information