com.atlassian.jira.matchers.johnson
Class JohnsonEventMatchers

java.lang.Object
  extended by com.atlassian.jira.matchers.johnson.JohnsonEventMatchers

public final class JohnsonEventMatchers
extends Object

Matchers for Event.

Since:
v5.1.6

Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasKey

public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> hasKey(String key)

hasDescription

public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> hasDescription(String eventDescription)

containsDescription

public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> containsDescription(String eventDescription)

hasLevel

public static org.hamcrest.Matcher<com.atlassian.johnson.event.Event> hasLevel(String level)


Copyright © 2002-2014 Atlassian. All Rights Reserved.