AtriumError
Indicates that an assertion made by Atrium failed.
Its stack trace (stackTrace in JVM, stack in JS) might be filtered so that reporting does not include all stack frames. This depends on the chosen AtriumErrorAdjuster - so theoretically more than the stack trace could be adjusted or nothing at all.
To create such an error you need to use the Companion.create function.
Indicates that an assertion made by Atrium failed.
Its stack might be filtered so that reporting does not include all stack frames. This depends on the chosen AtriumErrorAdjuster - so theoretically more than the stack trace could be adjusted.
As side notice, stack is a property of Error which is currently not visible in Kotlin.
To create such an error you need to use the AtriumError.Companion.create function.
Indicates that an assertion made by Atrium failed.
Its stackTrace might be filtered so that reporting does not include all stack frames. This depends on the chosen AtriumErrorAdjuster - so theoretically more than the stack trace could be adjusted.
To create such an error you need to use the AtriumError.Companion.create function.
Types
Functions
Returns super.message in order to be not affected by the hack implemented in message
Returns first getLocalizedMessage and then the qualified name of this exception.