Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
func (s *MigrationSuite) createMigrationWatcher(c *gc.C, st *state.State) ( state.NotifyWatcher, statetesting.NotifyWatcherC, ) { w := st.WatchForMigration() s.AddCleanup(func(c *gc.C) { statetesting.AssertStop(c, w) }) return w, statetesting.NewNotifyWatcherC(c, st, w) }