Package org.xwiki.test.ui.framework

Examples of org.xwiki.test.ui.framework.PersistentTestContext


    private static PersistentTestContext context;

    @BeforeClass
    public static void init() throws Exception
    {
        context = new PersistentTestContext();
        AbstractTest.setContext(context.getUnstoppable());
    }
View Full Code Here

TOP

Related Classes of org.xwiki.test.ui.framework.PersistentTestContext

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.