Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.test.sample
Class SampleTestUtil

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.test.sample.SampleTestUtil

public class SampleTestUtil
extends java.lang.Object

Since:
release specific (what release of product did this appear in)
Version:
$Header: SampleTestUtil.java 28-nov-2007.23:01:31 ppradhan Exp $
Author:
ppradhan

Constructor Summary
SampleTestUtil()
           
 
Method Summary
static void writeInputsToFile(DiagContext pCtx, java.util.List<java.lang.String> pParamNames, java.io.FileWriter pFw)
          Writes the inputs in the context to the given file writer.
static void writeInputsToFile(DiagContext pCtx, java.util.List<java.lang.String> pParamNames, java.lang.String pOFilePath)
          Writes the values of the given input parameters to the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleTestUtil

public SampleTestUtil()
Method Detail

writeInputsToFile

public static void writeInputsToFile(DiagContext pCtx,
                                     java.util.List<java.lang.String> pParamNames,
                                     java.io.FileWriter pFw)
Writes the inputs in the context to the given file writer.

Parameters:
pCtx -
pParamNames -
pFw -

writeInputsToFile

public static void writeInputsToFile(DiagContext pCtx,
                                     java.util.List<java.lang.String> pParamNames,
                                     java.lang.String pOFilePath)
Writes the values of the given input parameters to the specified file.

Parameters:
pCtx - diagnostic execution context
pParamNames - names of the parameters to write
pOFilePath - filepath where the parameters are written to.

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.