DataGenerator icon indicating copy to clipboard operation
DataGenerator copied to clipboard

Can we use a variable inside a macro/equivalence class ?

Open mibrahim opened this issue 9 years ago • 2 comments

Research the equivalence class transformer.

Questions:

  • Is it good to keep them in one class or break them into several classes ?

mibrahim avatar Sep 11 '15 13:09 mibrahim

@shraddha-patel will be taking a look at this.

Design thoughts:

  • Want to allow use of existing variable values as inputs to macros in the EquivalenceClassTransformer
  • Need to be able to distinguish between literal values and variable names somehow (maybe $ ? )

bryantrobbins avatar Sep 18 '15 13:09 bryantrobbins

This should not be baked in to the EquivalenceClassTransformer - should be its own entity useable with any transformer.

Also related to use of EL in general (longer-term).

bryantrobbins avatar Oct 23 '15 13:10 bryantrobbins