checkQueryExpectation method

bool checkQueryExpectation(
  1. int expectedMatches
)
inherited

Implementation

bool checkQueryExpectation(int expectedMatches) =>
    expectedMatches != nMatched;