Method: QaServer::ScenarioRunSummary#failing_authority_count

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

#failing_authority_countInteger (readonly)

Returns number of authorities in the run that had at least one failing test.

Returns:

  • (Integer)

    number of authorities in the run that had at least one failing test



15
16
17
# File 'app/models/qa_server/scenario_run_summary.rb', line 15

def failing_authority_count
  @failing_authority_count
end