mineral_testing library
Test helpers for bots built with Mineral.
Import this barrel in your bot's test files to get access to fake implementations of Mineral's core services:
import 'package:mineral/mineral_testing.dart';
Classes
- FakeCacheProvider
- An in-memory CacheProviderContract for use in tests.
- FakeLogger
- An in-memory LoggerContract for use in tests.