DescriptionRepresentationWithExecutor

Parameter object which contains a description, representation together with expectationExecutor.

Use thirdPartyExpectation("(assertJ) has same content as", file) { ... } to create a DescriptionRepresentationWithExecutor

Since

1.2.0

Properties

Link copied to clipboard

The description of the third party expectation.

Link copied to clipboard

The lambda which executes the third party expectation where the current subject is passed as parameter.

Link copied to clipboard

The representation of the third party expectation.