doc / ch.tutteli.atrium / IAtriumFactory / newDetailedObjectFormatter

newDetailedObjectFormatter

abstract fun newDetailedObjectFormatter(translator: Translator): ObjectFormatter
Deprecated: Use AssertImpl.coreFactory instead; will be removed with 1.0.0

Creates an ObjectFormatter which represents objects by using their Object.toString representation including Class.name and their System.identityHashCode.

Return
The newly created object formatter.