org.apache.commons.scxml.model
Class ActionsTest

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

public class ActionsTest
extends junit.framework.TestCase

Unit tests Assign. Unit tests Cancel. Unit tests Else. Unit tests ElseIf. Unit tests Exit. Unit tests If. Unit tests Log. Unit tests Send. Unit tests Var.


Constructor Summary
ActionsTest(String name)
          Construct a new instance of ActionsTest 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 testInitialActions()
           
 void testParallelActions()
           
 void testStateActions()
          Test the implementation
 
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

ActionsTest

public ActionsTest(String name)
Construct a new instance of ActionsTest 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

testStateActions

public void testStateActions()
                      throws Exception
Test the implementation

Throws:
Exception

testParallelActions

public void testParallelActions()
                         throws Exception
Throws:
Exception

testInitialActions

public void testInitialActions()
                        throws Exception
Throws:
Exception

main

public static void main(String[] args)


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