public class RequestAndExpectationId extends Object
Modifier and Type | Field and Description |
---|---|
String |
expectationId |
RequestDefinition |
requestDefinition |
Constructor and Description |
---|
RequestAndExpectationId(RequestDefinition requestDefinition,
String expectationId) |
Modifier and Type | Method and Description |
---|---|
String |
getExpectationId() |
RequestDefinition |
getRequestDefinition() |
boolean |
matches(ExpectationId expectationId) |
public final RequestDefinition requestDefinition
public final String expectationId
public RequestAndExpectationId(RequestDefinition requestDefinition, String expectationId)
public RequestDefinition getRequestDefinition()
public String getExpectationId()
public boolean matches(ExpectationId expectationId)
Copyright © 2022. All rights reserved.