(t *testing.T)
| 9 | ) |
| 10 | |
| 11 | func Test_NewRuntime(t *testing.T) { |
| 12 | runtime := getRuntime() |
| 13 | assert.Len(t, runtime.Runner.Nodes, 3) |
| 14 | } |
| 15 | |
| 16 | func Test_RuntimeStart(t *testing.T) { |
| 17 | s := getExampleTestCases() |
nothing calls this directly
no test coverage detected