wt.step.processor
Class ExpressTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bywt.step.STEPTestCase
              extended bywt.step.processor.ExpressTest
All Implemented Interfaces:
junit.framework.Test

public class ExpressTest
extends STEPTestCase

Various Unit Tests for Express/STEP data


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ExpressTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testNameTranslations()
           
 
Methods inherited from class wt.step.STEPTestCase
assertSTEPTrue, assertSTEPTrue
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressTest

public ExpressTest(String name)
Method Detail

testNameTranslations

public void testNameTranslations()
                          throws Exception
Throws:
Exception

suite

public static final junit.framework.Test suite()