createRunProfile property
TestRunProfile Function(String, TestRunProfileKind, FutureOr<void> (TestRunRequest, CancellationToken), [bool?, TestTag?, bool?])
get
createRunProfile
Implementation
_i3.TestRunProfile Function(
_i2.String,
_i3.TestRunProfileKind,
_i4.FutureOr<void> Function(
_i3.TestRunRequest,
_i3.CancellationToken,
), [
_i2.bool?,
_i3.TestTag?,
_i2.bool?,
]) get createRunProfile => (
_i2.String p0,
_i3.TestRunProfileKind p1,
_i4.FutureOr<void> Function(
_i3.TestRunRequest,
_i3.CancellationToken,
) p2, [
_i2.bool? p3,
_i3.TestTag? p4,
_i2.bool? p5,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'createRunProfile',
),
r'call',
[
this,
p0,
p1.name,
_i5.allowInterop((
p0,
p1,
) =>
_i6.Promise.futureOr(() => p2(
p0,
p1,
))),
p3 ?? _i6.undefined,
p4 ?? _i6.undefined,
p5 ?? _i6.undefined,
],
);
set
createRunProfile
(TestRunProfile value(String, TestRunProfileKind, FutureOr<void> (TestRunRequest, CancellationToken), [bool?, TestTag?, bool?]))
Implementation
set createRunProfile(
_i3.TestRunProfile Function(
_i2.String,
_i3.TestRunProfileKind,
_i4.FutureOr<void> Function(
_i3.TestRunRequest,
_i3.CancellationToken,
), [
_i2.bool?,
_i3.TestTag?,
_i2.bool?,
]) value) {
_i5.setProperty(
this,
'createRunProfile',
_i5.allowInterop(value),
);
}