(operation: OperationDescription)
| 26 | } |
| 27 | |
| 28 | operation(operation: OperationDescription): this { |
| 29 | this._operations.push({ |
| 30 | object: 'collection0', |
| 31 | arguments: {}, |
| 32 | ...operation |
| 33 | }); |
| 34 | return this; |
| 35 | } |
| 36 | |
| 37 | runOnRequirement(requirement: RunOnRequirement): this { |
| 38 | this.runOnRequirements.push(requirement); |
no test coverage detected