runStorm method

Runs one deterministic storm profile against this tester.

Implementation

WidgetStormResult runStorm(WidgetStormProfile profile) {
  return WidgetStormRunner(this).run(profile);
}