Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class JiffieDataDirTest

Package class diagram package JiffieDataDirTest
java.lang.Object
  extended by TestCase
      extended by net.sf.jiffie.JiffieTestCase
          extended by net.sf.jiffie.JiffieDataDirTest
Direct Known Subclasses:
ElementContainerTest, IHTMLAnchorElementTest, IHTMLCurrentStyleTest, IHTMLDocument2Test, IHTMLDOMNodeTest, IHTMLElementTest, IHTMLFormElementTest, IHTMLFrameBase2Test, IHTMLFrameTest, IHTMLInputElementTest, IHTMLPopupTest, IHTMLSelectElementTest, IHTMLStyleTest, IHTMLTextAreaElementTest, InternetExplorerTest, JiffieUtilityTest, JiffieXPathTest, SingleElementListTest, TrackingElementFactoryTest

public class JiffieDataDirTest
extends JiffieTestCase

This class extends the basic JiffieTestCase class to provide a member variable which contains the location of the test data required to support Jiffie's own JUnit tests.


Field Summary
protected  java.lang.String m_datadir
          Path to the Jiffie test data
 
Fields inherited from class net.sf.jiffie.JiffieTestCase
m_explorer
 
Constructor Summary
JiffieDataDirTest()
           
 
Method Summary
 void setUp()
          Called as part of JUnit initialisation to set up the test fixture.
 
Methods inherited from class net.sf.jiffie.JiffieTestCase
assertFalse, assertNull, assertTrue, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_datadir

protected java.lang.String m_datadir
Path to the Jiffie test data

Constructor Detail

JiffieDataDirTest

public JiffieDataDirTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Called as part of JUnit initialisation to set up the test fixture. In this case we populate the m_datadir member variable with the location of the Jiffie test data.

Overrides:
setUp in class JiffieTestCase
Throws:
java.lang.Exception


Copyright © 2004-2009 Packwood Software. All Rights Reserved.