Modifier | Constructor and Description |
---|---|
protected |
Join(Condition<? super T>... conditions)
Creates a new
. |
protected |
Join(Iterable<? extends Condition<? super T>> conditions)
Creates a new
. |
Modifier and Type | Method and Description |
---|---|
protected Collection<Condition<? super T>> |
conditions()
Returns the conditions to join.
|
as, as, describedAs, describedAs, description, matches, toString
@SafeVarargs protected Join(Condition<? super T>... conditions)
Join
.conditions
- the conditions to join.NullPointerException
- if the given array is null
.NullPointerException
- if any of the elements in the given array is null
.protected Join(Iterable<? extends Condition<? super T>> conditions)
Join
.conditions
- the conditions to join.NullPointerException
- if the given iterable is null
.NullPointerException
- if any of the elements in the given iterable is null
.protected final Collection<Condition<? super T>> conditions()
Copyright © 2014–2019 AssertJ. All rights reserved.