AsserestHttpTestPlatform constructor

AsserestHttpTestPlatform(
  1. AsserestHttpProperty property, {
  2. bool counter = false,
  3. bool handleRedirect = true,
})

Construct a HTTP test platform for asserting with given property

Implementation

AsserestHttpTestPlatform(super.property,
    {super.counter, this.handleRedirect = true});