public class

ResponseMatchers

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.util.ResponseMatchers

Class Overview

Set of convenient matchers for checking response content

Summary

Nested Classes
class ResponseMatchers.ResponseCodeIs  
class ResponseMatchers.ResponseContainsString  
Public Constructors
ResponseMatchers()
Public Methods
static ResponseMatchers.ResponseCodeIs responseCodeIs(int code)
static ResponseMatchers.ResponseContainsString responseContains(String string)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ResponseMatchers ()

Public Methods

public static ResponseMatchers.ResponseCodeIs responseCodeIs (int code)

public static ResponseMatchers.ResponseContainsString responseContains (String string)