public class TestResults extends Object
| Constructor and Description |
|---|
TestResults() |
| Modifier and Type | Method and Description |
|---|---|
int |
getContentMatches()
Returns the total number of test steps that matched the baseline by
content.
|
int |
getExactMatches()
Returns the total number of test steps that exactly matched the baseline.
|
int |
getLayoutMatches()
Returns the total number of test steps that matched the baseline by
layout.
|
int |
getMatches()
Returns the total number of test steps that matched the baseline.
|
int |
getMismatches()
Returns the total number of test steps that did not match the baseline.
|
int |
getMissing()
Returns the total number of baseline test steps that were missing in
the test.
|
int |
getNoneMatches()
Returns the total number of test steps that matched the baseline without
performing any comparison.
|
int |
getSteps()
Returns the total number of test steps.
|
int |
getStrictMatches()
Returns the total number of test steps that strictly matched the
baseline.
|
String |
toString() |
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()
Copyright © 2014. All rights reserved.