interface AssertionPlantWithCommonFields<out T>
(source)
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: CommonFields<T>
CommonFields of this plant. |
interface BaseReportingAssertionPlant<out T, out A : BaseAssertionPlant<T, A>> : BaseAssertionPlant<T, A>, AssertionPlantWithCommonFields<T>
Represents a plant for Assertions and offers methods to addAssertions to this plant. |