Interface ShouldBeNotNull<T>

Type Parameters:
T - identifying the type to be tested is usually but not necessarily at least Serializable.
All Superinterfaces:
TestObjectProvider<T>
All Known Subinterfaces:
ShouldHandleObjectContracts<T>

public interface ShouldBeNotNull<T> extends TestObjectProvider<T>
Simple check whether the returned TestObjectProvider.getUnderTest() returns a non-null value
Author:
Oliver Wolff