public class AssertionResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssertionResult.Builder |
| Constructor and Description |
|---|
AssertionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getErrored() |
java.lang.Boolean |
getFailed() |
AssertionFilterInfo |
getFilter() |
java.lang.String |
getMessage() |
java.lang.Boolean |
getPassed() |
java.util.List<AssertionEntryResult> |
getRequests() |
public java.lang.String getMessage()
public java.lang.Boolean getFailed()
public java.lang.Boolean getPassed()
public java.lang.Boolean getErrored()
public AssertionFilterInfo getFilter()
public java.util.List<AssertionEntryResult> getRequests()