/**
   * Run the Document document() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 4/19/14 2:47 PM
   */
  @Test
  public void testDocument_1() throws Exception {
    WriterImpl fixture =
        new WriterImpl(
            new WriterEditorImpl(
                new FactoryImpl(new FormatterProviderImpl()),
                new FormatterProviderImpl(),
                (Document) null));

    Document result = fixture.document();

    // add additional test code here
    assertNotNull(result);
  }