Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
func (s *ModelMigrationSuite) createWatcher(c *gc.C, st *state.State) ( state.NotifyWatcher, statetesting.NotifyWatcherC, ) { w, err := st.WatchForModelMigration() c.Assert(err, jc.ErrorIsNil) s.AddCleanup(func(c *gc.C) { statetesting.AssertStop(c, w) }) return w, statetesting.NewNotifyWatcherC(c, st, w) }