doc / ch.tutteli.atrium / AtriumFactory / newReportingPlantNullable

newReportingPlantNullable

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

Overrides IAtriumFactory.newReportingPlantNullable

Creates a ReportingAssertionPlantNullable which is the entry point for assertions about nullable types.

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

Parameters

commonFields - The commonFields for the new assertion plant.

Return
The newly created assertion plant.