const testCgroupPath … func nodeSummary(available, workingSet, usage resource.Quantity, allocatable bool) *statsapi.Summary { … } func newTestMemoryThresholdNotifier(threshold evictionapi.Threshold, factory NotifierFactory, handler func(string)) *linuxMemoryThresholdNotifier { … } func TestUpdateThreshold(t *testing.T) { … } func TestUpdateThresholdWithInvalidSummary(t *testing.T) { … } func TestStart(t *testing.T) { … } func TestThresholdDescription(t *testing.T) { … }