(title: string)
| 18 | private _outcome?: CollectionData[] = []; |
| 19 | |
| 20 | static it(title: string) { |
| 21 | return new TestBuilder(title); |
| 22 | } |
| 23 | |
| 24 | constructor(description: string) { |
| 25 | this._description = description; |
no outgoing calls
no test coverage detected