Class EventMatchers
java.lang.Object
org.apache.hadoop.hbase.client.trace.hamcrest.EventMatchers
Helper methods for matching against instances of
EventData
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.EventData>
hasAttributes
(org.hamcrest.Matcher<io.opentelemetry.api.common.Attributes> matcher) static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.EventData>
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.EventData>
-
Constructor Details
-
EventMatchers
private EventMatchers()
-
-
Method Details
-
hasAttributes
public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.EventData> hasAttributes(org.hamcrest.Matcher<io.opentelemetry.api.common.Attributes> matcher) -
hasName
-
hasName
-