public final class EventMatchers extends Object
EventData
.Modifier | Constructor and Description |
---|---|
private |
EventMatchers() |
Modifier and Type | Method and Description |
---|---|
static 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> |
hasName(org.hamcrest.Matcher<String> matcher) |
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.EventData> |
hasName(String name) |
private EventMatchers()
public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.EventData> hasAttributes(org.hamcrest.Matcher<io.opentelemetry.api.common.Attributes> matcher)
public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.EventData> hasName(String name)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.