Package org.eclipse.wb.tests.designer.core

Examples of org.eclipse.wb.tests.designer.core.TestBundle.dispose()


        // not found
        assertSame(null, DeviceManager.getCategory("noSuchCategory"));
        assertSame(null, DeviceManager.getDevice("noSuchDevice"));
      }
    } finally {
      testBundle.dispose();
    }
  }

  ////////////////////////////////////////////////////////////////////////////
  //
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.