public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equal(Request a,
Request b)
Two requests, a and b, are considered equal if and only if they are,
not-null, of the same type and all parameters (all keys and values)
match.
|
static boolean |
equal(Response a,
Response b)
Two responses are equal if and only if they are of the same type.
|
public static boolean equal(Request a, Request b)
Copyright © 2017. All rights reserved.