(tt *testing.T)
| 50625 | } |
| 50626 | |
| 50627 | func TestTimeline_GetLabel(tt *testing.T) { |
| 50628 | tt.Parallel() |
| 50629 | t := &Timeline{} |
| 50630 | t.GetLabel() |
| 50631 | t = nil |
| 50632 | t.GetLabel() |
| 50633 | } |
| 50634 | |
| 50635 | func TestTimeline_GetMessage(tt *testing.T) { |
| 50636 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…