AllureReporter class

Constructors

AllureReporter()

Properties

completed Future
no setter
description Map<int, String>
final
extraLabels Map<int, Map<String, String>>
final
groups Map<int, TestGroup>
final
hashCode int
The hash code for this object.
no setterinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity Map<int, Severity>
final
start int
final
status Map<String, bool>
Key is "$id:$type"
final
suites Map<int, TestSuite>
final
tags Map<int, Set<String>>
final
tests Map<int, TestReport>
final

Methods

handleCustomEvent(String event, int id) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(TestEvent event) Future<void>
onReportCreated(TestReport report) Future<void>
putTag(int id, String tag) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited