// This is the first function called when go test is issued func TestStatusEndpointGroupsSuite(t *testing.T) { suite.Run(t, new(StatusEndpointGroupsTestSuite)) }
func TestRecompuptationsTestSuite(t *testing.T) { suite.Run(t, new(RecomputationsProfileTestSuite)) }
func TestFactorsTestSuite(t *testing.T) { suite.Run(t, new(FactorsTestSuite)) }
func TestOperationsProfilesTestSuite(t *testing.T) { suite.Run(t, new(OperationsProfilesTestSuite)) }
// This is the first function called when go test is issued func TestMetricResultSuite(t *testing.T) { suite.Run(t, new(metricResultTestSuite)) }
// This is the first function called when go test is issued func TestStatusMetricsSuite(t *testing.T) { suite.Run(t, new(StatusMetricsTestSuite)) }
// 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)) }
// This is the first function called when go test is issued func TestTenantsSuite(t *testing.T) { suite.Run(t, new(TenantTestSuite)) }
// TestRecompuptationsTestSuite is responsible for calling the tests func TestSuperGroupResultsTestSuite(t *testing.T) { suite.Run(t, new(SuperGroupAvailabilityTestSuite)) }
// 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)) }
// This is the first function called when go test is issued func TestStatusServicesSuite(t *testing.T) { suite.Run(t, new(StatusServicesTestSuite)) }
func TestMongoTestSuite(t *testing.T) { suite.Run(t, new(mongoTestSuite)) }
func TestRecompuptationsTestSuite(t *testing.T) { suite.Run(t, new(AuthenticationProfileTestSuite)) }
// TestServiceFlavorAvailabilityTestSuite is responsible for calling the tests func TestServiceFlavorAvailabilityTestSuite(t *testing.T) { suite.Run(t, new(serviceFlavorAvailabilityTestSuite)) }