Package com.sun.faban.driver.engine

Examples of com.sun.faban.driver.engine.NullContext


    public static DriverContext getContext() {
        DriverContext ctx =
                com.sun.faban.driver.engine.DriverContext.getContext();
        if (ctx != null)
            return ctx;
        return new NullContext();
    }
View Full Code Here

TOP

Related Classes of com.sun.faban.driver.engine.NullContext

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.