xjavadoc

Class XDocTest


public class XDocTest
extends TestCase

JUnit test for XDoc.

Author:
Aslak Helles?y

Field Summary

private XDoc
doc

Constructor Summary

XDocTest(String name)

Method Summary

void
setUp()
setup doc for testing
void
testCommentChange()
void
testFirstSentence()
test comment text and first sentence
void
testTagChange()
void
testTagCreationAndRemoval()

Field Details

doc

private XDoc doc

Constructor Details

XDocTest

public XDocTest(String name)

Parameters:
name - name of the test

Method Details

setUp

public void setUp()
            throws IOException
setup doc for testing


testCommentChange

public void testCommentChange()
            throws IOException


testFirstSentence

public void testFirstSentence()
            throws IOException
test comment text and first sentence


testTagChange

public void testTagChange()
            throws IOException


testTagCreationAndRemoval

public void testTagCreationAndRemoval()
            throws IOException