run method

void run(
  1. CodeRun? code
)

Should be used to actually provide the code that runs the BDD.

Implementation

void run(CodeRun code) => _Run().run(bdd, code);