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.
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.