Package mock.org.osgi.service.http

Examples of mock.org.osgi.service.http.HttpContextMock


    /**
     * Tests that all the mock objects can be initialised correctly.
     */
    public void testInitialisation() {
        new HttpServiceMock("httpServiceMock", expectations);
        new HttpContextMock("httpContextMock", expectations);
    }
View Full Code Here

TOP

Related Classes of mock.org.osgi.service.http.HttpContextMock

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.