Execute class

Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure.

Constructors

Execute()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Static Properties

assertion AssertionScope
Gets an object that wraps and executes a conditional or unconditional assertion.
no setter