xjavadoc
Class XDocTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byxjavadoc.XDocTest
All Implemented Interfaces:
junit.framework.Test

public class XDocTest
extends junit.framework.TestCase

JUnit test for XDoc.

Author:
Aslak Hellesøy

Constructor Summary
XDocTest(java.lang.String name)
           
 
Method Summary
 void setUp()
          setup doc for testing
 void testCommentChange()
           
 void testFirstSentence()
          test comment text and first sentence
 void testTagChange()
           
 void testTagCreationAndRemoval()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XDocTest

public XDocTest(java.lang.String name)
Parameters:
name - name of the test
Method Detail

setUp

public void setUp()
           throws java.io.IOException
setup doc for testing

Throws:
java.io.IOException

testFirstSentence

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

Throws:
java.io.IOException - Describe the exception

testCommentChange

public void testCommentChange()
                       throws java.io.IOException
Throws:
java.io.IOException

testTagCreationAndRemoval

public void testTagCreationAndRemoval()
                               throws java.io.IOException
Throws:
java.io.IOException

testTagChange

public void testTagChange()
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2004 XDoclet Team. All Rights Reserved.