interface AssertionPlantWithCommonFields<out T>
An assertion plant which has CommonFields.
T
- The type of the AssertionPlant.subject.
class CommonFields<out T>
Common fields of an assertion plant. |
abstract val commonFields: AssertionPlantWithCommonFields.CommonFields<T>
CommonFields of this plant. |
interface
Represents a plant for Assertions and offers methods to addAssertions to this plant. |