func fakeContainerMgrMountInt() mount.Interface { … } func TestCgroupMountValidationSuccess(t *testing.T) { … } func TestCgroupMountValidationMemoryMissing(t *testing.T) { … } func TestCgroupMountValidationMultipleSubsystem(t *testing.T) { … } func TestGetCpuWeight(t *testing.T) { … } func TestSoftRequirementsValidationSuccess(t *testing.T) { … } func TestGetCapacity(t *testing.T) { … } func TestNewPodContainerManager(t *testing.T) { … }