SeamAssertionFailure class final

Thrown when a dependency-light diene_interfaces assertion fails.

Mirrors diene_result's TestHelperFailure: a plain exception, so the helpers work with package:test, flutter_test, or any other runner.

Implemented types

Constructors

SeamAssertionFailure(String message)
Creates an assertion failure with a consumer-facing diagnostic.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Failure diagnostic.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited