Package org.eclipse.wb.tests.designer.Expectations

Examples of org.eclipse.wb.tests.designer.Expectations.InsValue


    panel.refresh();
    // check insets
    Insets insets = panel.getClientAreaInsets();
    Insets expected =
        Expectations.get(new Insets(48, 1, 23, 1), new InsValue[]{
            new InsValue("Flanker-Windows", new Insets(48, 1, 23, 1)),
            new InsValue("SABLIN-AA", new Insets(46, 1, 23, 1))});
    assertEquals(expected, insets);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wb.tests.designer.Expectations.InsValue

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.