AsserestReport class abstract interface

Report object for asserting url's accessibility.

This should not be inherted or implemented to prevent modification of value.

Annotations
  • @immutable

Properties

actual AsserestResult
Enumerated value of actual result after the url has been asserted by tester.
no setter
executeDuration Duration?
An optional variable to counting exection duration for testing url.
no setter
expected bool
Expected the given url is accessible when assume no unexpected AsserestResult.error returned in actual.
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
url Uri
Tested URL in URI object form.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Return an unmodifiable Map object for storing entire AsserestReport as corresponded JSON form in Dart.
toString() String
Generate a String which contains all provided element in this report.
override

Operators

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