Package brave.test

Class IntegrationTestSpanHandler

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public final class IntegrationTestSpanHandler
    extends SpanHandler
    implements org.junit.rules.TestRule
    This is a special span reporter for remote integration tests.

    Ex. The following is similar to our base test class ITRemote:

    {@code
    Since:
    5.12
    See Also:
    TestSpanHandler