test

package
v0.10.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandomString

func RandomString(prefix string, length int) string

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
	Location       string
	Namespace      string
	ResourceGroup  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

func (suite *BaseSuite) RandomName(prefix string, length int) string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL