Package com.google.jstestdriver.model

Examples of com.google.jstestdriver.model.RunDataFactory


    List<Action> actions =  new LinkedList<Action>();
    TestRanAction action =  new TestRanAction();

    actions.add(action);
    ActionRunner runner = new ActionRunner(actions, new NullStopWatch(),
        new RunDataFactory(
            Collections.<FileInfo>emptySet(),
            Collections.<FileInfo>emptyList(),
            Collections.<ResourcePreProcessor>emptySet(),
            Collections.<FileInfo>emptyList(), new JstdTestCaseFactory(Collections.<JstdTestCaseProcessor>emptySet(),
              Collections.<ResourceDependencyResolver>emptySet(), new NullStopWatch()), new NullStopWatch()));
View Full Code Here

TOP

Related Classes of com.google.jstestdriver.model.RunDataFactory

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.