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>
Simple check whether the returned
TestObjectProvider.getUnderTest()
returns a non-null value- Author:
- Oliver Wolff
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Simple check whether the returnedTestObjectProvider.getUnderTest()
returns a non-null valueMethods inherited from interface de.cuioss.test.valueobjects.objects.TestObjectProvider
getUnderTest
-
Method Details
-
shouldBeNotNull
Simple check whether the returnedTestObjectProvider.getUnderTest()
returns a non-null value
-