doc / ch.tutteli.atrium / AtriumFactory / newNullable

newNullable

fun <T> newNullable(commonFields: CommonFields<T>): IAssertionPlantNullable<T>

Overrides IAtriumFactory.newNullable

Creates an IAssertionPlantNullable.

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.