Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class JiffieUtilityTest

Package class diagram package JiffieUtilityTest
java.lang.Object
  extended by TestCase
      extended by net.sf.jiffie.JiffieTestCase
          extended by net.sf.jiffie.JiffieDataDirTest
              extended by net.sf.jiffie.JiffieUtilityTest

public class JiffieUtilityTest
extends JiffieDataDirTest

Tests to exercise the functionality implemented in the JiffieUtility class.


Field Summary
 
Fields inherited from class net.sf.jiffie.JiffieDataDirTest
m_datadir
 
Fields inherited from class net.sf.jiffie.JiffieTestCase
m_explorer
 
Constructor Summary
JiffieUtilityTest()
           
 
Method Summary
 void testAssertFalse()
          Test executeScript on a function that returns false.
 void testAssertNull()
          Test executeScript on a function that returns null.
 void testAssertTrue()
          Test executeScript on a function that returns true.
 void testExecuteScriptWithDispatchReturn()
          Test a executeScript on a function that returns a Dispatch.
 void testVoidFunction()
          Test execute script on a js function that returns void.
 
Methods inherited from class net.sf.jiffie.JiffieDataDirTest
setUp
 
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
 

Constructor Detail

JiffieUtilityTest

public JiffieUtilityTest()
Method Detail

testExecuteScriptWithDispatchReturn

public void testExecuteScriptWithDispatchReturn()
                                         throws JiffieException
Test a executeScript on a function that returns a Dispatch.

Throws:
JiffieException

testAssertTrue

public void testAssertTrue()
                    throws JiffieException
Test executeScript on a function that returns true.

Throws:
JiffieException

testAssertFalse

public void testAssertFalse()
                     throws JiffieException
Test executeScript on a function that returns false.

Throws:
JiffieException

testAssertNull

public void testAssertNull()
                    throws JiffieException
Test executeScript on a function that returns null.

Throws:
JiffieException

testVoidFunction

public void testVoidFunction()
                      throws JiffieException
Test execute script on a js function that returns void.

Throws:
JiffieException


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