atrium-core-impl-robstoll-lib / ch.tutteli.atrium.checking / DelegatingAssertionChecker / <init>

<init>

DelegatingAssertionChecker(subjectPlant: BaseAssertionPlant<T, *>)

An AssertionChecker useful for narrowing assertion functions which have to create an own AssertionPlant but want to add the created assertions to the original plant of the narrowed AssertionPlant.subject.

Parameters

subjectPlant - The plant which holds the assertions of the subject.

Constructor
An AssertionChecker useful for narrowing assertion functions which have to create an own AssertionPlant but want to add the created assertions to the original plant of the narrowed AssertionPlant.subject.