![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| __init__ (self) | |
| ProcessCaseResult (self, case_result) | |
| GetTotal (self) | |
| GetCount (self, rating) | |
| GetOutputDict (self) | |
Public Attributes | |
| rating_counter = Counter() | |
Totals computed for a comparison.
Definition at line 185 of file safetynet_conclusions.py.
| testing.tools.safetynet_conclusions.ComparisonSummary.__init__ | ( | self | ) |
Definition at line 188 of file safetynet_conclusions.py.
| testing.tools.safetynet_conclusions.ComparisonSummary.GetCount | ( | self, | |
| rating ) |
Gets the number of test cases processed with a given rating.
Definition at line 198 of file safetynet_conclusions.py.
References rating_counter.
Referenced by GetOutputDict().
| testing.tools.safetynet_conclusions.ComparisonSummary.GetOutputDict | ( | self | ) |
Returns a dict that can be serialized with all the totals.
Definition at line 202 of file safetynet_conclusions.py.
References CPDF_Bookmark.GetCount(), CPDF_NameTree.GetCount(), CPWL_ListBox.GetCount(), CPWL_ListCtrl.GetCount(), CXFA_Node.GetCount(), MFAbstractActivate.GetCount(), GetCount(), and GetTotal().
| testing.tools.safetynet_conclusions.ComparisonSummary.GetTotal | ( | self | ) |
Gets the number of test cases processed.
Definition at line 194 of file safetynet_conclusions.py.
References rating_counter, and sum.
Referenced by GetOutputDict().
| testing.tools.safetynet_conclusions.ComparisonSummary.ProcessCaseResult | ( | self, | |
| case_result ) |
Definition at line 191 of file safetynet_conclusions.py.
References rating_counter.
| testing.tools.safetynet_conclusions.ComparisonSummary.rating_counter = Counter() |
Definition at line 189 of file safetynet_conclusions.py.
Referenced by GetCount(), GetTotal(), and ProcessCaseResult().