Package org.python.pydev.refactoring.tests.core

Examples of org.python.pydev.refactoring.tests.core.TestData


    public FunctionDefAdapterTestCase2(String name) {
        super(name);
    }

    public void testIt() throws Throwable {
        this.data = new TestData(new File(TestDependent.TEST_PYDEV_REFACTORING_PLUGIN_LOC
                + "tests/python/adapter/functiondef2/testFunctionDefAdapter2.py"));

        ModuleAdapter module = this.createModuleAdapterFromDataSource("3.0");
        System.out.println(module);
        List<FunctionDefAdapter> functions = module.getFunctions();
View Full Code Here

TOP

Related Classes of org.python.pydev.refactoring.tests.core.TestData

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.