(t *testing.T)
| 51 | } |
| 52 | |
| 53 | func TestNoEvents(t *testing.T) { |
| 54 | f := newNotifyFixture(t) |
| 55 | f.assertEvents() |
| 56 | } |
| 57 | |
| 58 | func TestNoWatches(t *testing.T) { |
| 59 | f := newNotifyFixture(t) |
nothing calls this directly
no test coverage detected
searching dependent graphs…