| Package | Description |
|---|---|
| org.testmonkeys.jentitytest.comparison.result |
| Modifier and Type | Method and Description |
|---|---|
Status |
ComparisonResult.getStatus() |
static Status |
Status.valueOf(boolean passed) |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComparisonResult.setStatus(Status status) |
ResultSet |
ResultSet.with(Status status,
ComparisonContext context,
Object actual,
Object expected) |
| Constructor and Description |
|---|
ComparisonResult(Status status,
ComparisonContext context,
Object actual,
Object expected) |
ConditionalCheckResult(Status status,
ComparisonContext context,
Object actual,
Object expected) |
Copyright © 2021. All rights reserved.