class ReportingAssertionPlantNullableImpl<out T> : MutableListBasedReportingAssertionPlant<T, AssertionPlantNullable<T>>, ReportingAssertionPlantNullable<T>
An AssertionPlant for nullable types.
T - The type of the subject of this AssertionPlant.
ReportingAssertionPlantNullableImpl(commonFields: CommonFields<T>)
An AssertionPlant for nullable types. |
val self: ReportingAssertionPlantNullableImpl<T>
The instance itself but typed as A which is the type used for the fluent style API. |
open val commonFields: CommonFields<T> |
fun addAssertion(assertion: Assertion): A |