E
- The "self" type of this assertion class. Please read "Emulating 'self types' using Java Generics to simplify fluent API implementation"
for more details.O
- The type of the assertion class of Origin
.public abstract class AbstractAssertWithOrigin<E extends AbstractAssertWithOrigin<E,O>,O extends Origin> extends AbstractAssert<E>
Origin
.Modifier and Type | Field and Description |
---|---|
protected O |
origin
The assertion of origin.
|
info, myself
Modifier and Type | Method and Description |
---|---|
protected O |
returnToOrigin()
Returns the assertion of origin (an instance of a sub-class of
Origin . |
as, as, describedAs, describedAs
Copyright © 2015 AssertJ. All Rights Reserved.