cumulative_table_test.go - Overview
-
Overview This file contains unit tests for the functions in
cumulative_table.go
, specifically thebuildMetricQueryForTable
function. The tests cover different scenarios with various aggregation operators and filters. -
Detailed Documentation
TestPanelTableForCumulative(t *testing.T)
- Purpose: Tests the
buildMetricQueryForTable
function for cumulative metrics. - Parameters:
t
(*testing.T): The testing object.
- Returns: None
Include in Getting Started: NO