doc / ch.tutteli.atrium.creating / IAssertionPlantWithCommonFields

IAssertionPlantWithCommonFields

interface IAssertionPlantWithCommonFields<out T>

An assertion plant which has CommonFields.

Parameters

T - The type of CommonFields.subject of this IAssertionPlant.

Types

CommonFields

data class CommonFields<out T>

Common fields of an assertion plant.

Properties

commonFields

abstract val commonFields: CommonFields<T>

CommonFields of this plant.

Inheritors

IBaseReportingAssertionPlant

interface IBaseReportingAssertionPlant<out T, out A : IBaseAssertionPlant<T, A>> : IBaseAssertionPlant<T, A>, IAssertionPlantWithCommonFields<T>