コード例 #1
0
// 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
ファイル: factors_test.go プロジェクト: skanct/argo-web-api
func TestFactorsTestSuite(t *testing.T) {
	suite.Run(t, new(FactorsTestSuite))
}
コード例 #4
0
func TestOperationsProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(OperationsProfilesTestSuite))
}
コード例 #5
0
ファイル: metric_test.go プロジェクト: skanct/argo-web-api
// 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))
}
コード例 #8
0
func TestMetricProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(MetricProfilesTestSuite))
}
コード例 #9
0
ファイル: tenants_test.go プロジェクト: skanct/argo-web-api
// 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
ファイル: reports_test.go プロジェクト: skanct/argo-web-api
// This is the first function called when go test is issued
func TestReportSuite(t *testing.T) {
	suite.Run(t, new(ReportTestSuite))
}
コード例 #12
0
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
ファイル: mongo_test.go プロジェクト: skanct/argo-web-api
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))
}