-
-
Constructor Detail
-
TestResults
public TestResults()
-
Method Detail
-
getSteps
public int getSteps()
- Returns:
- The total number of test steps.
-
getMatches
public int getMatches()
- Returns:
- The total number of test steps that matched the baseline.
-
getMissing
public int getMissing()
- Returns:
- The total number of baseline test steps that were missing in
the test.
-
getUrl
public String getUrl()
- Returns:
- The URL where test results can be viewed.
-
isNew
public boolean isNew()
- Returns:
- Whether or not this is a new test.
Copyright © 2017. All rights reserved.