Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.diagnostics
Class SDUnitChecks

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by oracle.apps.fnd.applseed.diagnostics.common.SDChecksBase
              extended by oracle.apps.fnd.applseed.diagnostics.SDUnitChecks
All Implemented Interfaces:
junit.framework.Test

public class SDUnitChecks
extends SDChecksBase


Field Summary
 
Fields inherited from class oracle.apps.fnd.applseed.diagnostics.common.SDChecksBase
fixture1
 
Constructor Summary
SDUnitChecks(java.lang.String sTestName)
          Name based constructor.
 
Method Summary
 void testChildType()
          Method tests the iscontained() and isReference() methods of SDViewNode.
 void testForParentKeys()
          Method tests the view hierarchy extract list for attributes that represent the parent key attribute.
 void testInheritedNodes()
          Method tests for instantiation of a subclass of SDViewNode object.
 void testPropertySettings()
          Method lists Seed Data properties that have been set.
 void testRefAttributes()
          Method tests for proper view link setting of SDViewLinkUsage.
 void testStartPointIdentification()
           
 void testSubstitutionObjectGeneration()
           
 void testSubstitutionObjectSorting()
          Method tests for sorting of SDSubstitutionObjects.
 void testTableUsages()
          Method lists the tables that are updated by the configuration.
 
Methods inherited from class oracle.apps.fnd.applseed.diagnostics.common.SDChecksBase
enableoutput, getDriver, getExtractMap, getParamObject, getTestMethodName, getUploadFileName, getUploadMap, print, println, resetIndent, setAMFullyQualifiedName, setDriverViewName, setOutputStream, setParamObject, setSeedAMConfiguration, setUp, showList, tearDown, toggleVerbosityOnMethod
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDUnitChecks

public SDUnitChecks(java.lang.String sTestName)
Name based constructor.

Parameters:
sTestName - name of the check.
Method Detail

testChildType

public void testChildType()
Method tests the iscontained() and isReference() methods of SDViewNode. This method is a unit test method only.


testStartPointIdentification

public void testStartPointIdentification()

testForParentKeys

public void testForParentKeys()
Method tests the view hierarchy extract list for attributes that represent the parent key attribute. Such attributes should not be extracted as it would be a duplicate attribute.


testInheritedNodes

public void testInheritedNodes()
Method tests for instantiation of a subclass of SDViewNode object.


testRefAttributes

public void testRefAttributes()
Method tests for proper view link setting of SDViewLinkUsage.


testSubstitutionObjectSorting

public void testSubstitutionObjectSorting()
Method tests for sorting of SDSubstitutionObjects. These objects are expected to be retrieved from SDViewNode in the following order. InheritanceMapper first, ReferenceMapper next, and SurrogateMapper last.


testSubstitutionObjectGeneration

public void testSubstitutionObjectGeneration()

testPropertySettings

public void testPropertySettings()
Method lists Seed Data properties that have been set.


testTableUsages

public void testTableUsages()
Method lists the tables that are updated by the configuration.


Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.