Package org.auraframework.def

Examples of org.auraframework.def.ImportDef


                "<%s library='l' property='p' description='%s'/>", ImportDefHandler.TAG, expectedDescription), "myID",
                Format.XML);
        Mockito.doReturn(parentDescriptor).when(parentHandler).getDefDescriptor();
        ImportDefHandler handler = new ImportDefHandler(parentHandler, getReader(source), source);

        ImportDef actualDef = handler.getElement();
        assertEquals(expectedDescription, actualDef.getDescription());
    }
View Full Code Here

TOP

Related Classes of org.auraframework.def.ImportDef

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.