TestClosure<T> typedef

TestClosure<T> = void Function(TestSessionBuilder testSession, T endpoints)

The test closure that is called by the withServerpod test helper.

Implementation

typedef TestClosure<T> =
    void Function(
      TestSessionBuilder testSession,
      T endpoints,
    );