RootExpectBuilder
Defines the contract to create custom expectation verbs, RootExpect<T>
respectively.
Types
Link copied to clipboard
Step which allows to specify the expectation verb which shall be used.
Link copied to clipboard
Final step in the RootExpect building process which creates a new RootExpect based on the so far specified options.
Link copied to clipboard
Helper lambda to specify RootExpectOptions via convenience methods.
Link copied to clipboard
Step which allows to override previously defined properties -- such as use a different expectation verb -- but also allows to define options where usually a default value is used, such as use a custom Reporter.