Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NDCIntegrationTestSuite ¶
type NDCIntegrationTestSuite struct { // override suite.Suite.Assertions with require.Assertions; this means that s.NotNil(nil) will stop the test, // not merely log an error *require.Assertions suite.Suite // contains filtered or unexported fields }
func NewNDCIntegrationTestSuite ¶
func NewNDCIntegrationTestSuite(params NDCIntegrationTestSuiteParams) *NDCIntegrationTestSuite
type NDCIntegrationTestSuiteParams ¶
type NDCIntegrationTestSuiteParams struct { ClusterConfigs []*host.TestClusterConfig DefaultTestCluster testcluster.PersistenceTestCluster VisibilityTestCluster testcluster.PersistenceTestCluster }
Click to show internal directories.
Click to hide internal directories.