TestRunRequest class

A TestRunRequest is a precursor to a {@link TestRun}, which in turn is created by passing a request to {@link TestController.createTestRun}. The TestRunRequest contains information about which tests should be run, which should not be run, and how they are run (via the {@link TestRunRequest.profileprofile}).

In general, TestRunRequests are created by the editor and pass to {@link TestRunProfile.runHandler}, however you can also create test requests and runs outside of the runHandler.

Available Extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

TestRunRequest([List<TestItem>? include, List<TestItem>? exclude, TestRunProfile? profile, bool? continuous])
factory

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