Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entry point assertion class for custom assertions #29

Merged
merged 1 commit into from
Jun 30, 2022

Commits on Jun 28, 2022

  1. 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.
    ttddyy committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ab9781f View commit details
    Browse the repository at this point in the history