Package org.cyclop.model

Examples of org.cyclop.model.QueryHistory.clear()


  public void setup() throws Exception {
    super.setup();
    asyncFileStore.flush();
    QueryHistory history = historyService.read();
    assertNotNull(history);
    history.clear();

    assertEquals(0, history.size());

    user = historyService.getUser();
    assertNotNull(user);
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.