CockpitTestConditionTemplate constructor
CockpitTestConditionTemplate({
- required CockpitTestConditionKind kind,
- CockpitTestLocatorTemplate? locator,
- CockpitTestTemplateValue? expected,
- CockpitTestTemplateValue? text,
- CockpitTextMatchMode? matchMode,
- CockpitTestTemplateValue? route,
- CockpitTestTemplateValue? quietMs,
Creates a CockpitTestConditionTemplate.
Implementation
CockpitTestConditionTemplate({
required this.kind,
this.locator,
this.expected,
this.text,
this.matchMode,
this.route,
this.quietMs,
}) {
_validate();
}