Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.impl.report.plsql
Class UTestPLSQLReportProcessor

java.lang.Object
  extended by oracle.apps.fnd.appllcm.sdk.common.TestBaseLCM
      extended by oracle.apps.fnd.appltest.diagfwk.TestBaseDiagfwk
          extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.report.plsql.UTestPLSQLReportProcessor

public class UTestPLSQLReportProcessor
extends TestBaseDiagfwk

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/test/oracle/apps/fnd/appltest/diagfwk/engine/impl/report/plsql/UTestPLSQLReportProcessor.java /main/1 2009/04/07 09:52:52 viramac Exp $
Author:
rvij

Field Summary
 
Fields inherited from class oracle.apps.fnd.appltest.diagfwk.TestBaseDiagfwk
SYSPROP_ORACLE_ADR_BASE, SYSPROP_ORACLE_ADR_HOME, SYSPROP_ORACLE_ADR_INSTANCE_ID, SYSPROP_ORACLE_ADR_PRODUCT_ID, SYSPROP_TEST_DIR
 
Fields inherited from class oracle.apps.fnd.appllcm.sdk.common.TestBaseLCM
mWorkingDir
 
Constructor Summary
UTestPLSQLReportProcessor()
           
 
Method Summary
static void main(java.lang.String[] args)
          For testing standalone (outside of the build)
 void setUp()
           
static junit.framework.Test suite()
          For compatibility with old (pre junit 4.0) junit runners
 void tearDown()
           
 void testCallPopTooManyTimes()
          Test the calling Pop one too many times
 void testMissingSection()
          Test to detect the condition where a developer inserts Section elements without first adding a START_REPORT_SECTION_*.
 void testMissingValues()
          Test to detect the condition where the number of values needed for instruction set is less than expected.
 void testMultiLevelSections()
          Tests multi-level sections can be created.
 void testPLSQLInstructionSet()
          Test to exercise all PL/SQL reporting instructions.
 void testProcessDebugMessages()
          Test to exercise the processDebugMessages() method.
 void testRootPopSection()
          Test the popping of a section beneath the root of the section tree.
 void testUnknownInstruction()
          Test an Unkown Instruction.
 
Methods inherited from class oracle.apps.fnd.appltest.diagfwk.TestBaseDiagfwk
addSummaryMsg, assertCount, assertCountActiveInputParams, assertCountActiveOutputParams, assertCountActivePrereqs, assertCountActiveTagValues, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsBobj, assertEqualsListSize, assertFileContains_s, assertFileContainsUnderWorkDir, assertInputSetExists, assertListContents, assertNestedExecsForRun, assertNotTagValueAssocInTest, assertRunExists, assertRunNotExists, assertRunNotExistsById, assertSingeTestGotCreated, assertTagExists, assertTagIdNotExists, assertTagValueAssocExists, assertTagValueExists, assertTagValueIdNotExists, assertTestDefExists, assertTestDefExists, assertTestDefNotExists, assertTestExecExists, assertTestExecs, assertTestMetadataDoesNotReferenceTagValueId, assertTestParamExists, assertTestParamExists, assertTestsGotCreated, checkTagExists, cleanPSRConnectionPool, clearAdrSystemProperties, createIncident, createIncident, createInputSet, createPSRConnectionPool, delete, deleteDir, deleteFileUnderWorkDir_s, deleteFNDMessage, deleteInputSet, deleteModuleId, deleteModuleIdByModKeys, deleteProfileValue, deleteProfileValueAtSiteLevel, deleteRun, deleteTag, deleteTagValue, deleteTaxModules, deleteTestDef, deleteTestExec, doLoginAsSpecificUser, fetchTestRun, getConnection, getDefaultADRBase, getFileContents, getSysGuid, getTestPassword, getTestPasswordAsArg, getTestUserName, getTestUserNameAsArg, getWorkDir, grantAllTagPrivs, grantAllTagPrivsByName, grantAllTestPrivs, grantAllTestPrivsByName, grantTestUpdateAllowed, insertFNDMessage, insertModuleDelHeirarchy, insertModuleId, insertModuleId, insertModuleId, insertModuleId, insertModuleId, insertModuleId, insertTag, insertTag, insertTagValue, insertTagValue, insertTagValue, insertTagValueHeirarchy, insertTagValuePrereq, insertTagValuePrereq, insertTagValueWithParent, loadTaxModuleHeirarchy, loadTaxModules, loadTests, loadTests, loginAsAdmin, loginAsAdvancedUser, loginAsAnonymous, loginAsDefault, loginAsRegularUser, loginAsViewer, lookupModuleIdForKey, makeDescriptiveHeader, makeErrorInfo, makeFixInfo, makeHeader, makeMessage, makeMessageLinkExternal, makeMessageLinkInternal, makeMsgList, makeNameValue, makeSection, makeStepReportExtn, makeSummaryInfo, makeTable, makeTestReportExtn, removeCycleSrcIdPrereqId, returnConnection, runTest, runTests, runTests, saveProfileValue, saveProfileValueAtSiteLevel, setAdrSystemProperties, setTestPassword, setTestUserName, setUpBaseDiag, setUpBaseDiagClass, tearDownBaseDiag, tearDownBaseDiagClass, toList, verifyExtractedReportsExist, verifyExtractedReportsExist, verifyExtractedReportsExist, verifyExtractedReportsExist, verifyFileExists, verifyTestRun, writeFile, writeFile
 
Methods inherited from class oracle.apps.fnd.appllcm.sdk.common.TestBaseLCM
assertFileContains, deleteFilesUnderDir, deleteFilesUnderDir, deleteFileUnderDir, deleteFileUnderWorkDir, getWorkingDir, setUpBase, setWorkingDir, tearDownBase, writeFileUnderDir, writeFileUnderWorkDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTestPLSQLReportProcessor

public UTestPLSQLReportProcessor()
Method Detail

setUp

public void setUp()

testMissingSection

public void testMissingSection()
Test to detect the condition where a developer inserts Section elements without first adding a START_REPORT_SECTION_*.


testMissingValues

public void testMissingValues()
Test to detect the condition where the number of values needed for instruction set is less than expected.


testRootPopSection

public void testRootPopSection()
Test the popping of a section beneath the root of the section tree.


testCallPopTooManyTimes

public void testCallPopTooManyTimes()
Test the calling Pop one too many times


testProcessDebugMessages

public void testProcessDebugMessages()
Test to exercise the processDebugMessages() method.


testUnknownInstruction

public void testUnknownInstruction()
Test an Unkown Instruction.


testMultiLevelSections

public void testMultiLevelSections()
Tests multi-level sections can be created.


testPLSQLInstructionSet

public void testPLSQLInstructionSet()
Test to exercise all PL/SQL reporting instructions.


tearDown

public void tearDown()

suite

public static junit.framework.Test suite()
For compatibility with old (pre junit 4.0) junit runners


main

public static void main(java.lang.String[] args)
For testing standalone (outside of the build)


Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.