doc / ch.tutteli.atrium.api.cc.infix.en_GB / Order

Order

class Order<out T, out G : Group<T>> (source)
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0 -- see https://github.com/robstoll/atrium/releases/tag/v0.12.0#migration for migration hints and scripts.

Parameter object to express Group<T>, Group<T>, vararg Group<T> in the infix-api.

Notice, most probably the type parameter G will be removed in the future, will be fixed to Group.

Constructors

<init>

Order(firstGroup: G, secondGroup: G, vararg otherExpectedGroups: G)

Parameter object to express Group<T>, Group<T>, vararg Group<T> in the infix-api.

Properties

firstGroup

val firstGroup: G

otherExpectedGroups

vararg val otherExpectedGroups: Array<out G>

secondGroup

val secondGroup: G