func TestMatching(t *testing.T) { … } func checkFTR(t *testing.T, ftr *fsTestingRecord) { … } func TestPolicyRules(t *testing.T) { … } func TestLiterals(t *testing.T) { … } func checkRules(t *testing.T, expectMatch bool, digest RequestDigest, rules []flowcontrol.PolicyRulesWithSubjects) { … }