Documentation ¶
Index ¶
Constants ¶
View Source
const ( HasSecrets = true NoSecrets = false )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIAddresserFacade ¶
type APIAddresserTests ¶
type APIAddresserTests struct {
// contains filtered or unexported fields
}
func NewAPIAddresserTests ¶
func NewAPIAddresserTests(facade APIAddresserFacade, st *state.State) *APIAddresserTests
func (*APIAddresserTests) TestAPIAddresses ¶
func (s *APIAddresserTests) TestAPIAddresses(c *gc.C)
func (*APIAddresserTests) TestAPIHostPorts ¶
func (s *APIAddresserTests) TestAPIHostPorts(c *gc.C)
func (*APIAddresserTests) TestCACert ¶
func (s *APIAddresserTests) TestCACert(c *gc.C)
func (*APIAddresserTests) TestWatchAPIHostPorts ¶
func (s *APIAddresserTests) TestWatchAPIHostPorts(c *gc.C)
type EnvironWatcherFacade ¶
type EnvironWatcherTests ¶
type EnvironWatcherTests struct {
// contains filtered or unexported fields
}
func NewEnvironWatcherTests ¶
func NewEnvironWatcherTests( facade EnvironWatcherFacade, st *state.State, hasSecrets bool) *EnvironWatcherTests
func (*EnvironWatcherTests) TestEnvironConfig ¶
func (s *EnvironWatcherTests) TestEnvironConfig(c *gc.C)
func (*EnvironWatcherTests) TestWatchForEnvironConfigChanges ¶
func (s *EnvironWatcherTests) TestWatchForEnvironConfigChanges(c *gc.C)
Click to show internal directories.
Click to hide internal directories.