assertNull
public static T assertNull<T>(T actual, Context context, PreCommentSupplier<? super ResultOfObject<T>> preCommentSupplier)(source)
Asserts that the given actual object is null.
Return
the result of the test
Parameters
actual
the actual object
context
the context of the test
preCommentSupplier
the supplier of the pre-comment
<T>
the type of the object