UnionSetController<E> class

*<Null safety>*

void addSuite(Suite suite) { _activeTestsGroup.add(suite.tests); _runSuite(suite); _activeTestsGroup.remove(suite.tests); } }

Constructors

UnionSetController ({bool disjoint: false})

Creates a set of sets that provides a view of the union of those sets. ...

Properties

hashCode → int

The hash code for this object. ...
read-only, inherited

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

setUnionSet<E>

The UnionSet that provides a view of the union of sets in this.
final

Methods

add(Set<E> component) void

Adds the contents of component to set. ...

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

remove(Set<E> component) bool

Removes the contents of component to set. ...

toString() String

Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited