void expect()

in lib/src/handler.dart [49:51]


  void expect(String method, String path, Handler handler) {
    _expectations.add(Expectation(method, path, handler));
  }