net.sourceforge.selfesteem.test
Class ParseStoriesTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.sourceforge.selfesteem.test.ParseStoriesTest
All Implemented Interfaces:
junit.framework.Test

public class ParseStoriesTest
extends junit.framework.TestCase


Constructor Summary
ParseStoriesTest(java.lang.String s)
           
 
Method Summary
 void testAddingAnUnknownTest()
           
 void testAddingATestWithoutAStory()
           
 void testAddingTests()
           
 void testAddingTestsFromFile()
           
 void testNoDuplicates()
           
 void testParsingStories()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

ParseStoriesTest

public ParseStoriesTest(java.lang.String s)
Method Detail

testParsingStories

public void testParsingStories()
                        throws java.io.IOException

testNoDuplicates

public void testNoDuplicates()
                      throws java.io.IOException

testAddingTests

public void testAddingTests()
                     throws java.io.IOException

testAddingTestsFromFile

public void testAddingTestsFromFile()
                             throws java.io.IOException,
                                    org.jdom.JDOMException

testAddingAnUnknownTest

public void testAddingAnUnknownTest()

testAddingATestWithoutAStory

public void testAddingATestWithoutAStory()


Copyright © 2002-2002 Thoughtworks, LLC. All Rights Reserved.