public class TestResults extends Object
| Constructor and Description |
|---|
TestResults() |
public StepInfo[] getStepsInfo()
public void setStepsInfo(StepInfo[] stepsInfo)
public String getName()
public void setName(String name)
public String getSecretToken()
public void setSecretToken(String secretToken)
public String getId()
public void setId(String id)
public String getAppName()
public void setAppName(String appName)
public String getBatchName()
public void setBatchName(String batchName)
public String getBatchId()
public void setBatchId(String batchId)
public String getBranchName()
public void setBranchName(String branchName)
public String getHostOS()
public void setHostOS(String hostOS)
public String getHostApp()
public void setHostApp(String hostApp)
public RectangleSize getHostDisplaySize()
public void setHostDisplaySize(RectangleSize hostDisplaySize)
public Calendar getStartedAt()
public void setStartedAt(Calendar startedAt)
public Integer getDuration()
public void setDuration(Integer duration)
public boolean isDifferent()
public void setDifferent(boolean different)
public boolean isAborted()
public void setAborted(boolean aborted)
public SessionUrls getAppUrls()
public void setAppUrls(SessionUrls appUrls)
public SessionUrls getApiUrls()
public void setApiUrls(SessionUrls apiUrls)
public int getSteps()
public int getMatches()
public int getMismatches()
public int getMissing()
public int getExactMatches()
public int getStrictMatches()
public int getContentMatches()
public int getLayoutMatches()
public int getNoneMatches()
public String getUrl()
public Boolean isNew()
public boolean isPassed()
public TestResultsStatus getStatus()
public void setSteps(int steps)
steps - The number of visual checkpoints in the test.public void setMatches(int matches)
matches - The number of visual matches in the test.public void setMismatches(int mismatches)
mismatches - The number of mismatches in the test.public void setMissing(int missing)
missing - The number of visual checkpoints that were available in
the baseline but were not found in the current test.public void setExactMatches(int exactMatches)
exactMatches - The number of matches performed with match
level set to
MatchLevel.EXACTpublic void setStrictMatches(int strictMatches)
strictMatches - The number of matches performed with match
level set to
MatchLevel.STRICTpublic void setContentMatches(int contentMatches)
contentMatches - The number of matches performed with match
level set to
MatchLevel.CONTENTpublic void setLayoutMatches(int layoutMatches)
layoutMatches - The number of matches performed with match
level set to
MatchLevel.LAYOUTpublic void setNoneMatches(int noneMatches)
noneMatches - The number of matches performed with match
level set to
MatchLevel.NONEpublic void setUrl(String url)
url - The URL of the test results.public void setNew(Boolean isNew)
isNew - Whether or not this test has an existing baseline.public void setStatus(TestResultsStatus status)
status - The new test result status.public void setServerConnector(ServerConnector serverConnector)
public void setAccessibilityStatus(SessionAccessibilityStatus accessibilityStatus)
public SessionAccessibilityStatus getAccessibilityStatus()
public String getUserTestId()
public void setUserTestId(String userTestId)
public void setApiKey(String apiKey)
public void setServerUrl(String serverUrl)
public void setProxy(ProxyDto proxy)
public void delete()
Copyright © 2023. All rights reserved.