doc / ch.tutteli.atrium.creating / AssertionPlantWithCommonFields

AssertionPlantWithCommonFields

interface AssertionPlantWithCommonFields<out T> (source)

An assertion plant which has CommonFields.

Parameters

T - The type of the AssertionPlant.subject.

Types

CommonFields

class CommonFields<out T>

Common fields of an assertion plant.

Properties

commonFields

abstract val commonFields: CommonFields<T>

CommonFields of this plant.

Inheritors

BaseReportingAssertionPlant

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.