Package org.eclipse.ui.internal.testing

Examples of org.eclipse.ui.internal.testing.WorkbenchTestable


   * @return the testable object facade
   * @since 3.0
   */
  public static WorkbenchTestable getWorkbenchTestable() {
    if (testableObject == null) {
      testableObject = new WorkbenchTestable();
    }
    return testableObject;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.testing.WorkbenchTestable

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.