doc / ch.tutteli.atrium.domain.builders.creating

Package ch.tutteli.atrium.domain.builders.creating

Deprecated - will be removed with 0.17.0. Contains builders involved in delegating to assertion implementations.

Types

MetaFeatureBuilder

object MetaFeatureBuilder

Builder which helps to create MetaFeature inter alia by using the MethodCallFormatter defined initially by the Reporter

MetaFeatureOption

class MetaFeatureOption<T>

Helper class to circumvent overload bugs and KFunction bugs incorporated in Kotlin -- use f and in case you run into an overload ambiguity, then either p (for property) or one of the fN functions (e.g. f2 for a function which expects 2 arguments).

Exceptions

PleaseUseReplacementException

class PleaseUseReplacementException : Exception

Indicates a problem which was indicated by a @Deprecated annotation but was ignored by you ;-)