func TestCompileClaimsExpression(t *testing.T) { … } func TestCompileUserExpression(t *testing.T) { … } func TestCompileClaimsExpressionError(t *testing.T) { … } func TestCompileUserExpressionError(t *testing.T) { … } func TestBuildUserType(t *testing.T) { … } func nativeTypeToCELType(t *testing.T, nativeType reflect.Type) *apiservercel.DeclType { … }