TestGroupUnit class

Constructors

TestGroupUnit({required int id, String? name, int? parentID, required List<TestCaseUnit> tests})

Properties

hashCode → int
The hash code for this object.
no setterinherited
id → int
final
name → String?
final
parentID → int?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tests → List<TestCaseUnit>
final

Methods

copyWith({int? id, String? name, int? parentID, List<TestCaseUnit>? tests}) → TestGroupUnit
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