AsserestTestPlatform<T extends AsserestProperty> constructor
AsserestTestPlatform<T extends AsserestProperty> (
- T property, {
- 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;