Esempio n. 1
0
  /**
   * Run the void indexDocument(Document) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 12/16/14 3:36 PM
   */
  @Test
  public void testIndexDocument_1() throws Exception {
    LuceneUtil fixture = new LuceneUtil();
    Document doc = new Document();

    fixture.indexDocument(doc);
  }