ConformanceCheck typedef

ConformanceCheck = ({String name, void Function() run})

One named conformance check: its run throws on failure.

Implementation

typedef ConformanceCheck = ({String name, void Function() run});