TestCaseFilter class
A filter used to return specific types of test cases. In order to pass the filter, the report must meet all of the filter properties.
Constructors
- TestCaseFilter({String? keyword, String? status})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyword → String?
-
A keyword that is used to filter on the
name
or theprefix
of the test cases. Only test cases where the keyword is a substring of thename
or theprefix
will be returned.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status used to filter test cases. A
TestCaseFilter
can have one status. Valid values are:final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited