(t *testing.T)
| 56 | } |
| 57 | |
| 58 | func TestNoWatches(t *testing.T) { |
| 59 | f := newNotifyFixture(t) |
| 60 | f.paths = nil |
| 61 | f.rebuildWatcher() |
| 62 | f.assertEvents() |
| 63 | } |
| 64 | |
| 65 | func TestEventOrdering(t *testing.T) { |
| 66 | if runtime.GOOS == "windows" { |
nothing calls this directly
no test coverage detected