wt.epm.retriever
Class FamilyTableRetrieverTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ptc.windchill.uwgm.test.util.AbstractUwgmTest
              extended bywt.epm.retriever.FamilyTableRetrieverTest
All Implemented Interfaces:
junit.framework.Test, com.ptc.windchill.uwgm.test.util.UwgmTestConstants

public class FamilyTableRetrieverTest
extends com.ptc.windchill.uwgm.test.util.AbstractUwgmTest

Unit test for FamilyTableHelper, FamilyTableResult, and EPMRetriever


Nested Class Summary
 
Nested classes inherited from class com.ptc.windchill.uwgm.test.util.AbstractUwgmTest
 
Field Summary
private  WTHashSet ft
           
private  int instanceNumber
           
private  WTHashSet instances
           
private static Log log
          logging
private  EPMDocument topGeneric
           
private  EPMWorkspace ws
           
 
Fields inherited from class com.ptc.windchill.uwgm.test.util.AbstractUwgmTest
 
Fields inherited from class junit.framework.TestCase
 
Fields inherited from interface com.ptc.windchill.uwgm.test.util.UwgmTestConstants
UWGM_CLIENT_CACHE_ID, UWGM_CLIENT_NAME, UWGM_CLIENT_VERSION, UWGM_TEST_ASSEMBLY_CHILDREN_NOS, UWGM_TEST_BOOLEAN, UWGM_TEST_DEFAULT_FOLDER_PATH, UWGM_TEST_DEFAULT_LIFECYCLE_NAME, UWGM_TEST_DEFAULT_LIFECYCLE_PROP_NAME, UWGM_TEST_DEFAULT_TEAMTEMPLATE_NAME, UWGM_TEST_DOC_NAME_PREFIX, UWGM_TEST_DOC_NOS, UWGM_TEST_FAMILY_INSTANCE_NOS, UWGM_TEST_FLOAT, UWGM_TEST_FOLDER_NAME_PREFIX, UWGM_TEST_GENERIC_NAME_PREFIX, UWGM_TEST_INSTANCE_NAME_PREFIX, UWGM_TEST_INTEGER, UWGM_TEST_PART_NAME_PREFIX, UWGM_TEST_PART_NOS, UWGM_TEST_PRODUCT1_NAME, UWGM_TEST_PROJECT1_NAME, UWGM_TEST_STRING, UWGM_TEST_WORKSPACE_NAME_PREFIX
 
Constructor Summary
FamilyTableRetrieverTest()
           
FamilyTableRetrieverTest(String testName)
           
 
Method Summary
protected  void setUp()
          Sets up the fixture
protected  void tearDown()
          Tears down the fixture
 void testFamilyTableRetriever()
          tests family table retiever
 
Methods inherited from class com.ptc.windchill.uwgm.test.util.AbstractUwgmTest
getTestResult, reportError, reportFailure, run
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, runBare, runTest, setName, 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

ft

private WTHashSet ft

instances

private WTHashSet instances

topGeneric

private EPMDocument topGeneric

instanceNumber

private int instanceNumber

ws

private EPMWorkspace ws

log

private static Log log
logging

Constructor Detail

FamilyTableRetrieverTest

public FamilyTableRetrieverTest()

FamilyTableRetrieverTest

public FamilyTableRetrieverTest(String testName)
Method Detail

testFamilyTableRetriever

public void testFamilyTableRetriever()
tests family table retiever


setUp

protected void setUp()
Sets up the fixture

Throws:
Exception

tearDown

protected void tearDown()
Tears down the fixture

Throws:
Exception