Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConformanceTests ¶
Types ¶
type TestConfig ¶
type TestConfig struct { utils.CommonConfig PubsubName string `mapstructure:"pubsubName"` TestTopicName string `mapstructure:"testTopicName"` TestTopicForBulkSub string `mapstructure:"testTopicForBulkSub"` TestMultiTopic1Name string `mapstructure:"testMultiTopic1Name"` TestMultiTopic2Name string `mapstructure:"testMultiTopic2Name"` PublishMetadata map[string]string `mapstructure:"publishMetadata"` SubscribeMetadata map[string]string `mapstructure:"subscribeMetadata"` BulkSubscribeMetadata map[string]string `mapstructure:"bulkSubscribeMetadata"` MessageCount int `mapstructure:"messageCount"` MaxReadDuration time.Duration `mapstructure:"maxReadDuration"` WaitDurationToPublish time.Duration `mapstructure:"waitDurationToPublish"` CheckInOrderProcessing bool `mapstructure:"checkInOrderProcessing"` TestProjectID string `mapstructure:"testProjectID"` }
func NewTestConfig ¶
func NewTestConfig(componentName string, operations []string, configMap map[string]interface{}) (TestConfig, error)
Click to show internal directories.
Click to hide internal directories.