func (s *ConnSuite) AddTestingServiceWithStorage(c *gc.C, name string, ch *state.Charm, storage map[string]state.StorageConstraints) *state.Service { return state.AddTestingServiceWithStorage(c, s.State, name, ch, s.Owner, storage) }
func (s *ConnWithWallClockSuite) AddTestingServiceWithStorage(c *gc.C, name string, ch *state.Charm, storage map[string]state.StorageConstraints) *state.Application { return state.AddTestingServiceWithStorage(c, s.State, name, ch, storage) }