public class AssertionResult extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
message |
boolean |
pass |
static AssertionResult |
PASS |
| Modifier and Type | Method and Description |
|---|---|
static AssertionResult |
fail(String message) |
String |
toString() |
public final String message
public final boolean pass
public static final AssertionResult PASS
public static AssertionResult fail(String message)
Copyright © 2019. All rights reserved.