Package no.ugland.utransprod.gui.util

Examples of no.ugland.utransprod.gui.util.JYearChooserFinder


  @Test
  public void testShowSalesReport() throws Exception {
    ExcelUtil.setUseUniqueFileName(false);
    ComponentFinder finder = dialogFixture.robot.finder();
    JYearChooser yearChooser = finder.find(new JYearChooserFinder(
        "YearChooser"));
    yearChooser.setYear(2008);

    JComboBoxFixture comboBoxFrom = dialogFixture
        .comboBox("ComboBoxWeekFrom");
View Full Code Here


  @Test
  public void testShowSalesReportPrSalesman() throws ProTransException {
    ExcelUtil.setUseUniqueFileName(false);
    dialogFixture.show(new Dimension(320, 150));
    ComponentFinder finder = dialogFixture.robot.finder();
    JYearChooser yearChooser = finder.find(new JYearChooserFinder(
        "YearChooser"));
    yearChooser.setYear(2009);

    JComboBoxFixture comboBoxFrom = dialogFixture
        .comboBox("ComboBoxWeekFrom");
View Full Code Here

TOP

Related Classes of no.ugland.utransprod.gui.util.JYearChooserFinder

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.