Method: QaServer::ScenarioRunSummary#total_scenario_count

Defined in:
app/models/qa_server/scenario_run_summary.rb

#total_scenario_countInteger (readonly)

Returns total number of scenarios in this run.

Returns:

  • (Integer)

    total number of scenarios in this run



24
25
26
# File 'app/models/qa_server/scenario_run_summary.rb', line 24

def total_scenario_count
  @total_scenario_count
end