func getResourceQuantity(t *testing.T, quantityStr string) resource.Quantity { … } func addContainerMetricsToPodMetrics(t *testing.T, podMetrics *metrics.PodMetrics, cpuUsage, memUsage string) { … } func initResourceAdder() *ResourceAdder { … } func TestAddPodMetrics(t *testing.T) { … }