abstract fun <T : Any> newCheckingPlant(subject: T): CheckingAssertionPlant<T> (source)Creates a CheckingAssertionPlant which provides a method to check whether allAssertionsHold.
subject - The subject for which this plant will create Assertions.
Return
The newly created assertion plant.