Package-level declarations
Contains parameter objects which help out in case Atrium requires more than one argument.
Types
Parameter object to express T, vararg T
.
Parameter object which combines an index of type Int with an assertionCreator which defines assertions for a resulting feature of type E.
Parameter object which combines an key of type K with an assertionCreator which defines assertions for a resulting feature of type V.
Parameter object which represents a present value (e.g. to represent a present Optional
) with an element type E combined with an assertionCreator which defines assertions for the element.
Parameter object to express String, vararg String
where they are treated as regex patterns.
Parameter object that takes assertionCreator which defines assertions for a resulting feature of type E.