const testCheckpoint … func newTestStateCheckpoint(t *testing.T) *stateCheckpoint { … } func getTestDir(t *testing.T) string { … } func verifyPodResourceAllocation(t *testing.T, expected, actual *PodResourceAllocation, msgAndArgs string) { … } func Test_stateCheckpoint_storeState(t *testing.T) { … } func Test_stateCheckpoint_formatUpgraded(t *testing.T) { … }