doc / ch.tutteli.atrium.core / CoreFactoryCommon / newMethodCallFormatter

newMethodCallFormatter

abstract fun newMethodCallFormatter(): MethodCallFormatter (source)
Deprecated: Create a new MethodCallFormatter via the ComponentFactoryContainer, e.g. via _logic.components.build<MethodCallFormatter>(); will be removed with 0.17.0

Creates a MethodCallFormatter which represents arguments of a method call by using their Any.toString representation with the exception of:

Return
The newly created method call formatter.