Skip to content

TestBody<T>

typedef TestBody<T> = FutureOr<void> Function(T)

A test body that accepts a single generated value and may throw a TestFailure to signal that the property does not hold.