menu
allure_dart_test package
documentation
adapter_support.dart
TestPlanEntry
TestPlanEntry.new const constructor
TestPlanEntry.new const constructor
dark_mode
light_mode
TestPlanEntry
constructor
const
TestPlanEntry
(
{
Object
?
id
,
String
?
selector
,
})
Creates a test plan entry.
Implementation
const TestPlanEntry({this.id, this.selector});
allure_dart_test package
documentation
adapter_support
TestPlanEntry
TestPlanEntry.new const constructor
TestPlanEntry class