isAvailable method

FutureOr<bool> isAvailable()

Whether the database this harness drives is reachable.

Checked once before the suite runs, if it returns false then every test is skipped instead of failing.

Implementation

FutureOr<bool> isAvailable() => true;