Examples of IDataSource


Examples of org.goobi.production.flow.statistics.IDataSource

  StatQuestProjectAssociations test = new StatQuestProjectAssociations();

  @Ignore("Crashing")
  @Test
  public void testGetDataTables() {
    IDataSource testFilter = new UserDefinedFilter("stepdone:5");
    test.setTimeUnit(TimeUnit.days);
    List<DataTable> table = test.getDataTables(testFilter);
    assertNotNull(table);
  }
View Full Code Here

Examples of org.goobi.production.flow.statistics.IDataSource

  }

  @Ignore("Crashing")
  @Test
  public void testGetDataTables() {
    IDataSource testFilter = new UserDefinedFilter("stepdone:5");
    test.setTimeUnit(TimeUnit.days);
    List<DataTable> table = test.getDataTables(testFilter);
    assertNotNull(table);
  }
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.