TestContextBuilder<T extends CacheStore> typedef

TestContextBuilder<T extends CacheStore> = TestContext<T> Function(ValueGenerator generator)

TestContext builder function

Implementation

typedef TestContextBuilder<T extends CacheStore> = TestContext<T> Function(
    ValueGenerator generator);