EngineTestFunction typedef

EngineTestFunction = void Function(String description, TestCallback callback)

A callback function used by the engineGroup helper to define tests within the group. It receives the shared Engine and TestClient instances, and a function (engineTest) which should be used to define individual tests within the group.

Implementation

typedef EngineTestFunction =
    void Function(String description, TestCallback callback);