golden/golden_test library

Classes

EveryTestFinder
Symbolize a golden test finder, its parameter instance and its expected value
EveryTestGoldenBuilder
Builder class handling every parameters in order to build and run tests

Functions

everyTestGolden(String description, {required EveryTestGoldenCallback of, required List<EveryTestFinder> expects}) EveryTestGoldenBuilder
Entry point to create a new 'everyTestGloden' series Uses a builder to store every arguments before run the tests
finder(Finder any) EveryTestFinder
Util method used to instantiate a new Finder with the corresponding parameter

Typedefs

EveryTestGoldenCallback = Future<void> Function(WidgetTester tester, dynamic parameter)
Callback type used to call the test code