wt.step.schemaGenerator
Class IntrospectedSchemaTest

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

public class IntrospectedSchemaTest
extends STEPTestCase


Field Summary
private  Properties _classRegistry
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
IntrospectedSchemaTest(String name)
           
 
Method Summary
 void setUp()
           
 void testCandidateList()
           
 void testEntityFeatures()
           
 void testIsModelClass()
          Validate that isModelClass() is getting it write for a selection of the set of all Windchill classes.
 void testTypeDefinitions()
           
 
Methods inherited from class wt.step.STEPTestCase
assertSTEPTrue, assertSTEPTrue
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

_classRegistry

private Properties _classRegistry
Constructor Detail

IntrospectedSchemaTest

public IntrospectedSchemaTest(String name)
Method Detail

setUp

public void setUp()

testCandidateList

public void testCandidateList()
                       throws Exception
Throws:
Exception

testTypeDefinitions

public void testTypeDefinitions()

testEntityFeatures

public void testEntityFeatures()
                        throws Exception
Throws:
Exception

testIsModelClass

public void testIsModelClass()
Validate that isModelClass() is getting it write for a selection of the set of all Windchill classes.