* A generated test case with variables and assertions
| 10 | * A generated test case with variables and assertions |
| 11 | */ |
| 12 | interface GeneratedTestCase { |
| 13 | vars: VarMapping; |
| 14 | assert: Array<{ type: string }>; |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * Analysis results for generated test cases |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…