doc / ch.tutteli.atrium.creating / AssertionPlantWithCommonFields

AssertionPlantWithCommonFields

interface AssertionPlantWithCommonFields<out T>
Deprecated: Switch from Assert to Expect, use ReportingAssertionContainer.AssertionCheckerDecorator instead; will be removed with 1.0.0

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: AssertionPlantWithCommonFields.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.