abstract fun <T> newReportingPlantNullable(commonFields: AssertionPlantWithCommonFields.CommonFields<T>): ReportingAssertionPlantNullable<T>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.
commonFields - The commonFields for the new assertion plant.
Return
The newly created assertion plant.