Summary description for ResultSummarizer.
More...
|
| bool | Success [get] |
| |
| int | ResultCount [get] |
| | Returns the number of test cases for which results have been summarized. More...
|
| |
| int | TestsRun [get] |
| | Returns the number of test cases actually run, which is the same as ResultCount, less any Skipped, Ignored or NonRunnable tests. More...
|
| |
| int | Passed [get] |
| | Returns the number of tests that passed More...
|
| |
| int | Errors [get] |
| | Returns the number of test cases that had an error. More...
|
| |
| int | Failures [get] |
| | Returns the number of test cases that failed. More...
|
| |
| int | Inconclusive [get] |
| | Returns the number of test cases that failed. More...
|
| |
| int | NotRunnable [get] |
| | Returns the number of test cases that were not runnable due to errors in the signature of the class or method. More...
|
| |
| int | Skipped [get] |
| | Returns the number of test cases that were skipped. More...
|
| |
| int | Ignored [get] |
| |
| double | Duration [get] |
| |
| int | TestsNotRun [get] |
| |
Summary description for ResultSummarizer.
§ ResultSummarizer()
| UnityTest.ResultSummarizer.ResultSummarizer |
( |
IEnumerable< ITestResult > |
results | ) |
|
§ Summarize()
| void UnityTest.ResultSummarizer.Summarize |
( |
ITestResult |
result | ) |
|
§ Duration
| double UnityTest.ResultSummarizer.Duration |
|
get |
§ Errors
| int UnityTest.ResultSummarizer.Errors |
|
get |
Returns the number of test cases that had an error.
§ Failures
| int UnityTest.ResultSummarizer.Failures |
|
get |
Returns the number of test cases that failed.
§ Ignored
| int UnityTest.ResultSummarizer.Ignored |
|
get |
§ Inconclusive
| int UnityTest.ResultSummarizer.Inconclusive |
|
get |
Returns the number of test cases that failed.
§ NotRunnable
| int UnityTest.ResultSummarizer.NotRunnable |
|
get |
Returns the number of test cases that were not runnable due to errors in the signature of the class or method.
Such tests are also counted as Errors.
§ Passed
| int UnityTest.ResultSummarizer.Passed |
|
get |
Returns the number of tests that passed
§ ResultCount
| int UnityTest.ResultSummarizer.ResultCount |
|
get |
Returns the number of test cases for which results have been summarized.
Any tests excluded by use of Category or Explicit attributes are not counted.
§ Skipped
| int UnityTest.ResultSummarizer.Skipped |
|
get |
Returns the number of test cases that were skipped.
§ Success
| bool UnityTest.ResultSummarizer.Success |
|
get |
§ TestsNotRun
| int UnityTest.ResultSummarizer.TestsNotRun |
|
get |
§ TestsRun
| int UnityTest.ResultSummarizer.TestsRun |
|
get |
Returns the number of test cases actually run, which is the same as ResultCount, less any Skipped, Ignored or NonRunnable tests.
The documentation for this class was generated from the following file:
- D:/workspace/Unity/MeshBaker/Assets/UnityTestTools/Common/Editor/ResultWriter/ResultSummarizer.cs