Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasPropertiesDefinedByClass (0.18 sec)

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

    import static org.hamcrest.MatcherAssert.assertThat;
    import static org.junit.Assert.assertTrue;
    import static org.junit.Assert.fail;
    
    public class ExtensibleDynamicObjectTest {
        @Test
        public void hasPropertiesDefinedByClass() {
            Bean bean = new Bean();
            assertTrue(bean.hasProperty("readWriteProperty"));
            assertTrue(bean.hasProperty("readOnlyProperty"));
            assertTrue(bean.hasProperty("writeOnlyProperty"));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 33.7K bytes
    - Viewed (0)
Back to top