Package org.auraframework.test

Examples of org.auraframework.test.TestContextAdapterImpl


        return new StyleAdapterImpl();
    }

    @Impl
    public static TestContextAdapter auraImplTestContextAdapter() {
        return Aura.getConfigAdapter().isProduction() ? null : new TestContextAdapterImpl();
    }
View Full Code Here

TOP

Related Classes of org.auraframework.test.TestContextAdapterImpl

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.