suite function

Future<void> suite(
  1. String value
)

Adds a suite label to the current test.

Implementation

Future<void> suite(String value) => label('suite', value);