interface IAssertionPlantWithCommonFields<out T>
An assertion plant which has CommonFields.
T
- The type of CommonFields.subject of this IAssertionPlant.
data class CommonFields<out T>
Common fields of an assertion plant. |
abstract val commonFields: CommonFields<T>
CommonFields of this plant. |
interface IBaseReportingAssertionPlant<out T, out A : IBaseAssertionPlant<T, A>> : IBaseAssertionPlant<T, A>, IAssertionPlantWithCommonFields<T> |