public interface PrecedencedSelfDescribing
extends org.hamcrest.SelfDescribing
SelfDescribing with a precedence that indicates when to set
parentheses when nesting messages.| Modifier and Type | Field and Description |
|---|---|
static int |
P_AND |
static int |
P_ATOMIC |
static int |
P_COMPLEX |
static int |
P_NONE |
static int |
P_OR |
static int |
P_UNARY |
static int |
P_UNARY_NO_PAREN |
| Modifier and Type | Method and Description |
|---|---|
int |
getDescriptionPrecedence() |
static final int P_ATOMIC
static final int P_UNARY_NO_PAREN
static final int P_UNARY
static final int P_COMPLEX
static final int P_AND
static final int P_OR
static final int P_NONE
Copyright © 2015. All rights reserved.