org.apache.commons.scxml.io
Class SCXMLParserTest

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

public class SCXMLParserTest
extends junit.framework.TestCase

Unit tests SCXMLParser.


Constructor Summary
SCXMLParserTest(String name)
          Construct a new instance of SCXMLDigesterTest 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 testSCXMLParserInitialAttr()
           
 void testSCXMLParserMicrowave03Sample()
          Test the implementation
 void testSCXMLParserMicrowave04Sample()
           
 
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

SCXMLParserTest

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

testSCXMLParserMicrowave03Sample

public void testSCXMLParserMicrowave03Sample()
                                      throws Exception
Test the implementation

Throws:
Exception

testSCXMLParserMicrowave04Sample

public void testSCXMLParserMicrowave04Sample()
                                      throws Exception
Throws:
Exception

testSCXMLParserInitialAttr

public void testSCXMLParserInitialAttr()
                                throws Exception
Throws:
Exception

main

public static void main(String[] args)


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