AsserestTestPlatform<T extends AsserestProperty> constructor

AsserestTestPlatform<T extends AsserestProperty>(
  1. T property, {
  2. bool counter = false,
})

Create new test platform for asserting property.

If counter enabled, AsserestReport.executeDuration will be provided when assertion finished.

Implementation

AsserestTestPlatform(this.property, {bool counter = false})
    : _counter = counter;