org.apache.commons.scxml.test
Class TestingTestSuite

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

public class TestingTestSuite
extends junit.framework.TestCase

Test suite for SCXML test package.


Constructor Summary
TestingTestSuite(String name)
          Construct a new instance.
 
Method Summary
static void main(String[] args)
          Command-line interface.
static junit.framework.Test suite()
          Get the suite of tests
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

TestingTestSuite

public TestingTestSuite(String name)
Construct a new instance.

Method Detail

main

public static void main(String[] args)
Command-line interface.


suite

public static junit.framework.Test suite()
Get the suite of tests



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