Package de.javakaffee.web.msm.integration

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


@Test
public class MemcachedSessionManagerIntegrationTC7Test extends MemcachedSessionManagerIntegrationTest {

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


@Test
public class CouchbaseIntegrationTC7Test extends CouchbaseIntegrationTest {

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

TOP

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

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.