if i have two similar test(widget test case), is there some way to simplify the test code, maybe like Data driven test(use such as python Decorator)?
Asked
Active
Viewed 239 times
2
-
You can try this : https://stackoverflow.com/questions/53103300/does-dart-support-parameterized-unit-tests – Samuel Ricky Saputro Feb 20 '21 at 08:13