doc / ch.tutteli.atrium / AtriumFactory / newReportingPlantNullable

newReportingPlantNullable

fun <T> newReportingPlantNullable(commonFields: CommonFields<T>): IReportingAssertionPlantNullable<T>

Overrides IAtriumFactory.newReportingPlantNullable

Creates an IReportingAssertionPlantNullable which is the entry point for assertions about nullable types.

It uses the IAssertionPlantWithCommonFields.CommonFields.assertionChecker of the given commonFields for assertion checking.

Parameters

commonFields - The commonFields for the new assertion plant.

Return
The newly created assertion plant.