public class MatchWindowData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchWindowData.Options
Encapsulates the "Options" section of the MatchExpectedOutput body model.
|
| Constructor and Description |
|---|
MatchWindowData(RunningSession runningSession,
Trigger[] userInputs,
AppOutput appOutput,
String tag,
boolean ignoreMismatch,
MatchWindowData.Options options,
Object agentSetup,
String renderId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAgentSetup() |
AppOutput |
getAppOutput() |
boolean |
getIgnoreMismatch() |
MatchWindowData.Options |
getOptions() |
String |
getRenderId() |
RunningSession |
getRunningSession() |
String |
getTag() |
Trigger[] |
getUserInputs() |
void |
setRenderId(String renderId) |
public MatchWindowData(RunningSession runningSession, Trigger[] userInputs, AppOutput appOutput, String tag, boolean ignoreMismatch, MatchWindowData.Options options, Object agentSetup, String renderId)
userInputs - A list of triggers between the previous matchWindow
call and the current matchWindow call. Can be array
of size 0, but MUST NOT be null.appOutput - The appOutput for the current matchWindow call.tag - The tag of the window to be matched.ignoreMismatch - A flag indicating whether the server should ignore the image in case of a mismatch.options - A set of match options for the server.agentSetup - An object representing the configuration used to create the image.public String getRenderId()
public void setRenderId(String renderId)
public AppOutput getAppOutput()
public Trigger[] getUserInputs()
public String getTag()
public MatchWindowData.Options getOptions()
public boolean getIgnoreMismatch()
public Object getAgentSetup()
public RunningSession getRunningSession()
Copyright © 2022. All rights reserved.