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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.impl
Class StepExecutorBase.TokenEvaluatorTestOutput

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.StepExecutorBase.TokenEvaluator
      extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.StepExecutorBase.TokenEvaluatorTestOutput
Enclosing class:
StepExecutorBase

public static class StepExecutorBase.TokenEvaluatorTestOutput
extends StepExecutorBase.TokenEvaluator

Evaluates tokens of type ${test.outputs.[paramname]}


Field Summary
 
Fields inherited from class oracle.apps.fnd.appltest.diagfwk.engine.impl.StepExecutorBase.TokenEvaluator
mCtx
 
Constructor Summary
StepExecutorBase.TokenEvaluatorTestOutput()
           
 
Method Summary
 java.lang.Object evaluate(java.lang.String pToken)
          Evaluates the given token to a value in the context
protected  java.lang.String getParamDefLookupKey(java.lang.String pParamName)
          Returns the key to be used when looking up the TestParam object from the context that corresponds to the given parameter name
protected  java.lang.String getSecretFlagLookupKey(java.lang.String pParamName)
          Returns the key to be used when looking up the isSecret boolean flag for the given parameter
 
Methods inherited from class oracle.apps.fnd.appltest.diagfwk.engine.impl.StepExecutorBase.TokenEvaluator
isSecret, parseParameterName, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepExecutorBase.TokenEvaluatorTestOutput

public StepExecutorBase.TokenEvaluatorTestOutput()
Method Detail

evaluate

public java.lang.Object evaluate(java.lang.String pToken)
Description copied from class: StepExecutorBase.TokenEvaluator
Evaluates the given token to a value in the context

Specified by:
evaluate in class StepExecutorBase.TokenEvaluator
Parameters:
pToken - token
Returns:
the value for the token

getParamDefLookupKey

protected java.lang.String getParamDefLookupKey(java.lang.String pParamName)
Description copied from class: StepExecutorBase.TokenEvaluator
Returns the key to be used when looking up the TestParam object from the context that corresponds to the given parameter name

Specified by:
getParamDefLookupKey in class StepExecutorBase.TokenEvaluator
Parameters:
pParamName - parameter name

getSecretFlagLookupKey

protected java.lang.String getSecretFlagLookupKey(java.lang.String pParamName)
Description copied from class: StepExecutorBase.TokenEvaluator
Returns the key to be used when looking up the isSecret boolean flag for the given parameter

Specified by:
getSecretFlagLookupKey in class StepExecutorBase.TokenEvaluator
Parameters:
pParamName - name of the parameter
Returns:
the key to be used when looking up the isSecret boolean flag for the given parameter. Returns null if such a isSecret flag is not applicable for this parameter

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.