Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRuleHandler (0.12 sec)

  1. platforms/software/platform-base/src/test/groovy/org/gradle/platform/base/internal/registry/AbstractAnnotationModelRuleExtractorTest.groovy

    public abstract class AbstractAnnotationModelRuleExtractorTest extends ProjectRegistrySpec {
        def ruleDefinition = Mock(MethodRuleDefinition)
    
        protected abstract AbstractAnnotationDrivenComponentModelRuleExtractor getRuleHandler();
    
        abstract Class<? extends Annotation> getAnnotation();
    
        abstract Class<?> getRuleClass();
    
        def "handles methods annotated with @#annotationName"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top