Package org.eclipse.php.core.tests.performance.ast.locator

Examples of org.eclipse.php.core.tests.performance.ast.locator.PhpElementConciliatorTestWrapper


    // suite.addTest(new SuperTypeHierarchyTest());
    // suite.addTest(new TypeHierarchyTest());

    suite.addTest(new CodeAssistTestsWrapper().suite(map));
    suite.addTest(new MarkOccurrenceTestsWrapper().suite(map));
    suite.addTest(new PhpElementConciliatorTestWrapper().suite(map));
    suite.addTest(new FormatterTestsWrapper().suite(map));
    suite.addTest(new SelectionEngineTestsWrapper().suite(map));
    suite.addTest(new TypeInferenceTestsWrapper().suite(map));
    suite.addTest(new FileNetworkTestsWrapper().suite(map));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.php.core.tests.performance.ast.locator.PhpElementConciliatorTestWrapper

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.