runStorm method
Runs one deterministic storm profile against this tester.
Implementation
WidgetStormResult runStorm(WidgetStormProfile profile) {
return WidgetStormRunner(this).run(profile);
}
Runs one deterministic storm profile against this tester.
WidgetStormResult runStorm(WidgetStormProfile profile) {
return WidgetStormRunner(this).run(profile);
}