net.sourceforge.cathcart
Class TaskParserMockingTest

java.lang.Object
  extended by net.sourceforge.cathcart.TaskParserMockingTest

public class TaskParserMockingTest
extends Object


Constructor Summary
TaskParserMockingTest()
           
 
Method Summary
 void setUp()
           
 void shouldThrowRuntimeExceptionParserConfigEx()
           
 void shouldThrowRuntimeExceptionWhenIOError()
           
 void shouldThrowRuntimeWhenSAX()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskParserMockingTest

public TaskParserMockingTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

shouldThrowRuntimeExceptionWhenIOError

public void shouldThrowRuntimeExceptionWhenIOError()
                                            throws ParserConfigurationException,
                                                   SAXException,
                                                   IOException
Throws:
ParserConfigurationException
SAXException
IOException

shouldThrowRuntimeWhenSAX

public void shouldThrowRuntimeWhenSAX()
                               throws ParserConfigurationException,
                                      SAXException,
                                      IOException
Throws:
ParserConfigurationException
SAXException
IOException

shouldThrowRuntimeExceptionParserConfigEx

public void shouldThrowRuntimeExceptionParserConfigEx()
                                               throws ParserConfigurationException,
                                                      SAXException,
                                                      IOException
Throws:
ParserConfigurationException
SAXException
IOException


Copyright © 2010. All Rights Reserved.