Ejemplo n.º 1
0
  /**
   * Clear the context
   *
   * @throws Exception
   */
  @After
  public void tearDown() throws Exception {
    filter = null;
    query = null;

    dataSet.clear();
  }