public abstract class CustomSubjectBuilder extends Object
that
methods, which accept a
value under test and return a Subject
.
(Note that the "custom" that
methods are not defined on CustomSubjectBuilder
itself, only on its subtypes, which are the types users actually interact with.)
TODO(cpovirk): Link to a doc about the full assertion chain.
TODO(cpovirk): Link to a doc about custom subjects.
Modifier | Constructor and Description |
---|---|
protected |
CustomSubjectBuilder(FailureStrategy failureStrategy) |
Modifier and Type | Method and Description |
---|---|
protected FailureStrategy |
failureStrategy() |
protected CustomSubjectBuilder(FailureStrategy failureStrategy)
protected final FailureStrategy failureStrategy()
Copyright © 2017. All rights reserved.