// This is the first function called when go test is issued
func TestStatusEndpointGroupsSuite(t *testing.T) {
	suite.Run(t, new(StatusEndpointGroupsTestSuite))
}
示例#2
0
func TestRecompuptationsTestSuite(t *testing.T) {
	suite.Run(t, new(RecomputationsProfileTestSuite))
}
示例#3
0
func TestFactorsTestSuite(t *testing.T) {
	suite.Run(t, new(FactorsTestSuite))
}
func TestOperationsProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(OperationsProfilesTestSuite))
}
示例#5
0
// This is the first function called when go test is issued
func TestMetricResultSuite(t *testing.T) {
	suite.Run(t, new(metricResultTestSuite))
}
示例#6
0
// This is the first function called when go test is issued
func TestStatusMetricsSuite(t *testing.T) {
	suite.Run(t, new(StatusMetricsTestSuite))
}
示例#7
0
// TestEndpointGroupsTestSuite is responsible for calling the tests
func TestEndpointGroupsTestSuite(t *testing.T) {
	suite.Run(t, new(endpointGroupAvailabilityTestSuite))
}
func TestMetricProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(MetricProfilesTestSuite))
}
示例#9
0
// This is the first function called when go test is issued
func TestTenantsSuite(t *testing.T) {
	suite.Run(t, new(TenantTestSuite))
}
示例#10
0
// TestRecompuptationsTestSuite is responsible for calling the tests
func TestSuperGroupResultsTestSuite(t *testing.T) {
	suite.Run(t, new(SuperGroupAvailabilityTestSuite))
}
示例#11
0
// This is the first function called when go test is issued
func TestReportSuite(t *testing.T) {
	suite.Run(t, new(ReportTestSuite))
}
func TestAggregationProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(AggregationProfilesTestSuite))
}
示例#13
0
// This is the first function called when go test is issued
func TestStatusServicesSuite(t *testing.T) {
	suite.Run(t, new(StatusServicesTestSuite))
}
示例#14
0
func TestMongoTestSuite(t *testing.T) {
	suite.Run(t, new(mongoTestSuite))
}
示例#15
0
func TestRecompuptationsTestSuite(t *testing.T) {
	suite.Run(t, new(AuthenticationProfileTestSuite))
}
示例#16
0
// TestServiceFlavorAvailabilityTestSuite is responsible for calling the tests
func TestServiceFlavorAvailabilityTestSuite(t *testing.T) {
	suite.Run(t, new(serviceFlavorAvailabilityTestSuite))
}