Jiffie: Java InterFace For Internet Explorer
net.sf.jiffie
Class JiffieUtilityTest
java.lang.Object
TestCase
net.sf.jiffie.JiffieTestCase
net.sf.jiffie.JiffieDataDirTest
net.sf.jiffie.JiffieUtilityTest
public class JiffieUtilityTest
- extends JiffieDataDirTest
Tests to exercise the functionality implemented in the JiffieUtility class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiffieUtilityTest
public JiffieUtilityTest()
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.