verbosity property

Verbosity get verbosity

The verbosity level for the test output.

Implementation

static Verbosity get verbosity => Settings.shared.verbosity;
set verbosity (Verbosity value)

Implementation

static set verbosity(Verbosity value) => Settings.shared.verbosity = value;