com.rolemodelsoft.drawlet
Class TS_AllDrawletTests

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.rolemodelsoft.drawlet.TS_AllDrawletTests

public class TS_AllDrawletTests
extends junit.framework.TestCase

This suite runs all the Drawlet tests.


Fields inherited from class junit.framework.TestCase
result
 
Constructor Summary
TS_AllDrawletTests(java.lang.String test)
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the application.
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, onAssertion, run, run, runBare, runTest, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TS_AllDrawletTests

public TS_AllDrawletTests(java.lang.String test)
Parameters:
test - the test.
Method Detail

main

public static void main(java.lang.String[] args)
Starts the application.
Parameters:
args - an array of command-line arguments

suite

public static junit.framework.Test suite()
Returns:
a Test representation of a suite of tests.