Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RuleSourceWithNoMethod (0.51 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/rules/RuleSourceBackedRuleActionTest.groovy

            messageReasons.size() == reasons.size()
            messageReasons.sort() == reasons.sort()
    
            where:
            ruleSource                                | reasons
            new RuleSourceWithNoMethod()              | [ "Must have at exactly one method annotated with @org.gradle.model.Mutate" ]
            new RuleSourceWithNoMutateMethod()        | [ "Must have at exactly one method annotated with @org.gradle.model.Mutate" ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top