Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/integTest/groovy/org/gradle/api/DynamicObjectIntegrationTest.groovy

                    "    assert 'childMethod' == object.childMethod('Method')",
                    "    assert 'sharedMethod'== object.sharedMethod('Method')",
                    "    assert 'conventionMethod' == object.conventionMethod('Method')",
                    "    object.testTask { assert ':child:testTask' == delegate.path }",
                    "    try { object.rootTask { }; fail() } catch (MissingMethodException e) { }",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top