Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class IHTMLInputElementTest

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

public class IHTMLInputElementTest
extends JiffieDataDirTest

Tests to exercise the functionality implemented in the IHTMLInputElement 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
IHTMLInputElementTest()
           
 
Method Summary
 void testFileInput()
          Test setting the value of a file input field.
 void testGetForm()
          Exercise the form attribute.
 void testInput()
          Exercise IHTMLInputElement functionality.
 
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

IHTMLInputElementTest

public IHTMLInputElementTest()
Method Detail

testInput

public void testInput()
               throws java.lang.Exception
Exercise IHTMLInputElement functionality.

Throws:
java.lang.Exception

testGetForm

public void testGetForm()
                 throws java.lang.Exception
Exercise the form attribute.

Throws:
java.lang.Exception

testFileInput

public void testFileInput()
                   throws java.lang.Exception
Test setting the value of a file input field.

Throws:
java.lang.Exception


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