0 purchases
test variant
Features #
This package will add some features to help on yours tests
Usage #
void main() {
final variant = ValueVariant({1, 2, 3, 4, 5});
testVariant('adds one to input values', () {
print(variant.currentValue);
}, variant: variant);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.