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