org.apache.commons.scxml
Class SCXMLExecutorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.scxml.SCXMLExecutorTest
All Implemented Interfaces:
junit.framework.Test

public class SCXMLExecutorTest
extends junit.framework.TestCase

Unit tests SCXMLExecutor.


Constructor Summary
SCXMLExecutorTest(String name)
          Construct a new instance of SCXMLExecutorTest with the specified name
 
Method Summary
static void main(String[] args)
           
 void setUp()
          Set up instance variables required by this test case.
static junit.framework.Test suite()
           
 void tearDown()
          Tear down instance variables required by this test case.
 void testSCXMLExecutorMicrowave01JexlSample()
           
 void testSCXMLExecutorMicrowave01JspSample()
          Test the implementation
 void testSCXMLExecutorMicrowave02JexlSample()
           
 void testSCXMLExecutorMicrowave02JspSample()
           
 void testSCXMLExecutorMicrowave03JexlSample()
           
 void testSCXMLExecutorMicrowave04JexlSample()
           
 void testSCXMLExecutorMicrowave05JexlSample()
           
 void testSCXMLExecutorPrefix01Sample()
           
 void testSCXMLExecutorTransitions01Sample()
           
 void testSCXMLExecutorTransitions02Sample()
           
 void testSCXMLExecutorTransitions03Sample()
           
 void testSCXMLExecutorTransitions04Sample()
           
 void testSend01Sample()
           
 void testSend02TypeSCXMLSample()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCXMLExecutorTest

public SCXMLExecutorTest(String name)
Construct a new instance of SCXMLExecutorTest with the specified name

Method Detail

suite

public static junit.framework.Test suite()

setUp

public void setUp()
Set up instance variables required by this test case.

Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Tear down instance variables required by this test case.

Overrides:
tearDown in class junit.framework.TestCase

testSCXMLExecutorMicrowave01JspSample

public void testSCXMLExecutorMicrowave01JspSample()
                                           throws Exception
Test the implementation

Throws:
Exception

testSCXMLExecutorMicrowave02JspSample

public void testSCXMLExecutorMicrowave02JspSample()
                                           throws Exception
Throws:
Exception

testSCXMLExecutorMicrowave01JexlSample

public void testSCXMLExecutorMicrowave01JexlSample()
                                            throws Exception
Throws:
Exception

testSCXMLExecutorMicrowave02JexlSample

public void testSCXMLExecutorMicrowave02JexlSample()
                                            throws Exception
Throws:
Exception

testSCXMLExecutorMicrowave03JexlSample

public void testSCXMLExecutorMicrowave03JexlSample()
                                            throws Exception
Throws:
Exception

testSCXMLExecutorMicrowave04JexlSample

public void testSCXMLExecutorMicrowave04JexlSample()
                                            throws Exception
Throws:
Exception

testSCXMLExecutorMicrowave05JexlSample

public void testSCXMLExecutorMicrowave05JexlSample()
                                            throws Exception
Throws:
Exception

testSCXMLExecutorPrefix01Sample

public void testSCXMLExecutorPrefix01Sample()
                                     throws Exception
Throws:
Exception

testSCXMLExecutorTransitions01Sample

public void testSCXMLExecutorTransitions01Sample()
                                          throws Exception
Throws:
Exception

testSCXMLExecutorTransitions02Sample

public void testSCXMLExecutorTransitions02Sample()
                                          throws Exception
Throws:
Exception

testSCXMLExecutorTransitions03Sample

public void testSCXMLExecutorTransitions03Sample()
                                          throws Exception
Throws:
Exception

testSCXMLExecutorTransitions04Sample

public void testSCXMLExecutorTransitions04Sample()
                                          throws Exception
Throws:
Exception

testSend01Sample

public void testSend01Sample()
                      throws Exception
Throws:
Exception

testSend02TypeSCXMLSample

public void testSend02TypeSCXMLSample()
                               throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.