com.rolemodelsoft.drawlet
Class TS_DrawletFunctionalTest

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

public class TS_DrawletFunctionalTest
extends junit.framework.TestCase


Fields inherited from class junit.framework.TestCase
result
 
Constructor Summary
TS_DrawletFunctionalTest(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_DrawletFunctionalTest

public TS_DrawletFunctionalTest(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.