edu.sdsc.inca
Class IncatComponentsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.sdsc.inca.IncatComponentsTest
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, junit.framework.Test

public class IncatComponentsTest
extends junit.framework.TestCase
implements java.awt.event.ActionListener

A JUnit for the IncatComponents class.


Constructor Summary
IncatComponentsTest()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Placeholder to allow using this class as an ActionListener.
 void testJButtonFactory()
          Test the JButtonFactory method.
 void testJMenuItemFactory()
          Test the JMenuItemFactory methods.
 void testJTextFieldFactory()
          Test the JTextFieldFactory method.
 void testSetJComboBoxSelectedString()
          Test the setJComboBoxSelectedString method.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncatComponentsTest

public IncatComponentsTest()
Method Detail

testJButtonFactory

public void testJButtonFactory()
Test the JButtonFactory method.


testJMenuItemFactory

public void testJMenuItemFactory()
Test the JMenuItemFactory methods.


testJTextFieldFactory

public void testJTextFieldFactory()
Test the JTextFieldFactory method.


testSetJComboBoxSelectedString

public void testSetJComboBoxSelectedString()
Test the setJComboBoxSelectedString method.


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Placeholder to allow using this class as an ActionListener.

Specified by:
actionPerformed in interface java.awt.event.ActionListener