Package org.apache.sling.models.testmodels.classes.constructorinjection

Examples of org.apache.sling.models.testmodels.classes.constructorinjection.NoNameModel


        assertEquals(STRING_VALUE, model.getAttribute2());
    }

    @Test
    public void testNoNameModel() {
        NoNameModel model = factory.getAdapter(request, NoNameModel.class);
        assertNull(model);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.models.testmodels.classes.constructorinjection.NoNameModel

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.