public class ResponseErrors
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static AssertionErrorFactory |
bodyShouldBeEqual(java.lang.String actual,
java.lang.String expected) |
java.lang.AssertionError |
newAssertionError(Description d,
Representation r) |
static AssertionErrorFactory |
shouldBeSuccessful(int actual) |
static AssertionErrorFactory |
statusShouldBeEqualTo(int actual,
int expected) |
public static AssertionErrorFactory statusShouldBeEqualTo(int actual,
int expected)
public static AssertionErrorFactory shouldBeSuccessful(int actual)
public static AssertionErrorFactory bodyShouldBeEqual(java.lang.String actual,
java.lang.String expected)
public java.lang.AssertionError newAssertionError(Description d,
Representation r)
Copyright © 2018 SAP SE. All Rights Reserved.