Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class JiffieTest

Package class diagram package JiffieTest
java.lang.Object
  extended by TestSuite
      extended by net.sf.jiffie.JiffieTest

public class JiffieTest
extends TestSuite

This class contains a set of tests to exercise Jiffie's functionality and provide examples of how Jiffie can be used in various situations. Note that this is not yet a comprehensive set of tests... contributions welcome! Note that to use this class you will need to set the property jiffie.junit.datadir to the location of the junit directory in the Jiffie distribution. e.g. from the command line use an argument like: -Djiffie.junit.datadir=c:/java/jiffie/junit Note that with the advent of Windows XP Service Pack 2, HTML files loaded from the local file system have JavaScript disabled automatically, with a warning informtaion bar presented to the user. The following URL describes a workaround to this, which has been employed in a couple of the HTML files used by these tests. http://weblogs.asp.net/jgalloway/archive/2004/08/20/218123.aspx


Constructor Summary
JiffieTest()
          Construcor.
 
Method Summary
 void testAll()
          Dummy test used to ensure the test suites added in the constructor are run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiffieTest

public JiffieTest()
Construcor.

Method Detail

testAll

public void testAll()
Dummy test used to ensure the test suites added in the constructor are run.



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