AsserestProperty class abstract interface

A property interface for prepare assertion to tester.

Each AsserestTestPlatform only accept it's corresponsed AsserestProperty based on Uri.scheme.

It must be generated by AsserestPropertyParser.parse only to ensure it can be identified by runtimeType when constructing tester.

Annotations
  • @immutable

Properties

accessible bool
Determine it is accessible before timeout.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
Define Duration that url must be established entire connection in this windows. Otherwise, it counts as inaccessible.
no setter
tryCount int?
Count of retrying connection.
no setter
url Uri
The testing url.
no setter

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