net.sourceforge.smile.test.demo
Class DemoApplicationTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.smile.test.demo.DemoApplicationTestCase
All Implemented Interfaces:
junit.framework.Test

public class DemoApplicationTestCase
extends junit.framework.TestCase

Test case that checks the demo application. This is the simple demo application that demonstrates the individual controls of the implementation.


Constructor Summary
DemoApplicationTestCase()
           
 
Method Summary
 void testDemoApplicationStateMaintained()
          Checks that the Demo Application maintains state across submits...
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemoApplicationTestCase

public DemoApplicationTestCase()
Method Detail

testDemoApplicationStateMaintained

public void testDemoApplicationStateMaintained()
                                        throws java.lang.Exception
Checks that the Demo Application maintains state across submits...

Throws:
java.lang.Exception