scenario method

void scenario(
  1. String s
)

Name of a specific scenario to run

Implementation

void scenario(String s) {
  _scenario = s;
}