|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.scxml.model.ActionsTest
public class ActionsTest
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 |
|---|
public ActionsTest(String name)
| Method Detail |
|---|
public static junit.framework.Test suite()
public void setUp()
setUp in class junit.framework.TestCasepublic void tearDown()
tearDown in class junit.framework.TestCase
public void testStateActions()
throws Exception
Exception
public void testParallelActions()
throws Exception
Exception
public void testInitialActions()
throws Exception
Exceptionpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||