Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMultiWatcherShouldNotifyHandlers (0.21 sec)

  1. pkg/config/mesh/watcher_test.go

    	g.Expect(err).ToNot(BeNil())
    }
    
    func TestWatcherShouldNotifyHandlers(t *testing.T) {
    	watcherShouldNotifyHandlers(t, false)
    }
    
    func TestMultiWatcherShouldNotifyHandlers(t *testing.T) {
    	watcherShouldNotifyHandlers(t, true)
    }
    
    func watcherShouldNotifyHandlers(t *testing.T, multi bool) {
    	path := newTempFile(t)
    
    	m := mesh.DefaultMeshConfig()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top