skip to Main Content

Flutter test for bloc event

i have an event bloc I want to do a test in this event file but these props are not covered, how do you make them testable? here is my code : test('Validate ChangeTabEvent equality', () { expect(const ChangeTabEvent('category'), equals(const…

VIEW QUESTION
Back To Top
Search