expect abstract method

void expect(
  1. dynamic value,
  2. Matcher matcher, {
  3. int extraFrames = 0,
})

Implementation

void expect(dynamic value, ft.Matcher matcher, {int extraFrames = 0});