AsserestHttpTestPlatform constructor
AsserestHttpTestPlatform(
- AsserestHttpProperty property, {
- bool counter = false,
- bool handleRedirect = true,
Construct a HTTP test platform for asserting with given property
Implementation
AsserestHttpTestPlatform(super.property,
{super.counter, this.handleRedirect = true});