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
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