(statement: string)
| 43 | } |
| 44 | |
| 45 | public static assertion(statement: string) { |
| 46 | return new Task().type("assertion").statement(statement); |
| 47 | } |
| 48 | private proto: dataform.IExecutionTask = dataform.ExecutionTask.create(); |
| 49 | |
| 50 | public type(v: string) { |
no test coverage detected