Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomString ¶
RandomString generates a random string with prefix
Types ¶
type BaseSuite ¶
type BaseSuite struct { suite.Suite TenantID string SubscriptionID string ClientID string ClientSecret string ConnStr string Namespace string Token *adal.ServicePrincipalToken Environment azure.Environment TagID string // contains filtered or unexported fields }
BaseSuite encapsulates a end to end test of Service Bus with build up and tear down of all SB resources
func (*BaseSuite) RandomName ¶
RandomName generates a random Event Hub name tagged with the suite id
func (*BaseSuite) SetupSuite ¶
func (suite *BaseSuite) SetupSuite()
SetupSuite prepares the test suite and provisions a standard Service Bus Namespace
func (*BaseSuite) TearDownSuite ¶
func (suite *BaseSuite) TearDownSuite()
TearDownSuite destroys created resources during the run of the suite
Click to show internal directories.
Click to hide internal directories.