com.atlassian.jira.functest.framework.util
Class ResponseMatchers

java.lang.Object
  extended by com.atlassian.jira.functest.framework.util.ResponseMatchers

public class ResponseMatchers
extends Object

Set of convenient matchers for checking response content

Since:
v6.1

Nested Class Summary
static class ResponseMatchers.ResponseCodeIs
           
static class ResponseMatchers.ResponseContainsString
           
 
Constructor Summary
ResponseMatchers()
           
 
Method Summary
static ResponseMatchers.ResponseCodeIs responseCodeIs(int code)
           
static ResponseMatchers.ResponseContainsString responseContains(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseMatchers

public ResponseMatchers()
Method Detail

responseContains

public static ResponseMatchers.ResponseContainsString responseContains(String string)

responseCodeIs

public static ResponseMatchers.ResponseCodeIs responseCodeIs(int code)


Copyright © 2002-2014 Atlassian. All Rights Reserved.