Package org.apache.sling.models.it.models.implextend

Examples of org.apache.sling.models.it.models.implextend.ImplementsInterfacePropertyModel


    /**
     * Ensure that the implementation class itself cannot be adapted to if it is not part of the "adapter" property in the annotation.
     */
    @Test
    public void testImplementsInterfaceModel_ImplClassNotMapped() {
        ImplementsInterfacePropertyModel model = adapterManager.getAdapter(resource, ImplementsInterfacePropertyModel.class);
        assertNull(model);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.models.it.models.implextend.ImplementsInterfacePropertyModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.