Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canOverwriteProperties (0.23 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/extensibility/ConventionAwareHelperTest.java

                public Object call() throws Exception {
                    throw new UnsupportedOperationException();
                }
            });
        }
    
        @Test public void canOverwriteProperties() {
            final List conventionList1 = toList("a");
            conventionAware.map("list1", new Callable<Object>() {
                public Object call() {
                    return conventionList1;
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top