ApiHttpResponseAssertion constructor

ApiHttpResponseAssertion({
  1. List<int>? statusCodes,
})

Implementation

ApiHttpResponseAssertion({
  this.statusCodes,
});