| Property | Defined by | ||
|---|---|---|---|
| failureCount : int [read-only]
| ResultSummarizer | ||
| ignoreCount : int [read-only]
| ResultSummarizer | ||
| isSuccess : Boolean [read-only]
| ResultSummarizer | ||
| name : String [read-only]
| ResultSummarizer | ||
| resultCount : int [read-only]
| ResultSummarizer | ||
| skipCount : int [read-only]
| ResultSummarizer | ||
| suitesNotRun : int [read-only]
| ResultSummarizer | ||
| testsNotRun : int [read-only]
| ResultSummarizer | ||
| time : int [read-only]
| ResultSummarizer | ||
| Method | Defined by | ||
|---|---|---|---|
|
ResultSummarizer(result:TestResult)
| ResultSummarizer | ||
| failureCount | property |
failureCount:int [read-only]Implementation
public function get failureCount():int
| ignoreCount | property |
ignoreCount:int [read-only]Implementation
public function get ignoreCount():int
| isSuccess | property |
isSuccess:Boolean [read-only]Implementation
public function get isSuccess():Boolean
| name | property |
name:String [read-only]Implementation
public function get name():String
| resultCount | property |
resultCount:int [read-only]Implementation
public function get resultCount():int
| skipCount | property |
skipCount:int [read-only]Implementation
public function get skipCount():int
| suitesNotRun | property |
suitesNotRun:int [read-only]Implementation
public function get suitesNotRun():int
| testsNotRun | property |
testsNotRun:int [read-only]Implementation
public function get testsNotRun():int
| time | property |
time:int [read-only]Implementation
public function get time():int
| ResultSummarizer | () | constructor |