Package de.javakaffee.web.msm.integration

Examples of de.javakaffee.web.msm.integration.TestUtilsTC8


@Test
public class CouchbaseIntegrationTC8Test extends CouchbaseIntegrationTest {

    @Override
    TestUtils<?> getTestUtils() {
        return new TestUtilsTC8();
    }
View Full Code Here


@Test
public class MemcachedSessionManagerIntegrationTC8Test extends MemcachedSessionManagerIntegrationTest {

    @Override
    TestUtils<?> getTestUtils() {
        return new TestUtilsTC8();
    }
View Full Code Here

TOP

Related Classes of de.javakaffee.web.msm.integration.TestUtilsTC8

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.