public final class JohnsonEventMatchers extends Object
Event
.Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> |
containsDescription(String eventDescription) |
static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> |
hasDescription(String eventDescription) |
static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> |
hasKey(String key) |
static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> |
hasLevel(String level) |
public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> hasKey(String key)
public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> hasDescription(String eventDescription)
public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> containsDescription(String eventDescription)
public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> hasLevel(String level)
Copyright © 2002-2022 Atlassian. All Rights Reserved.