Forum Discussion

emmanuelflores's avatar
emmanuelflores
Occasional Contributor
6 years ago
Solved

Groovy: second enum class not picked up on compilation

Hello, I'm trying to set up a groovy script that lives in the groovy library, however I keep encountering a compilation error.    The class below is called by another script to pull values from t...
  • emmanuelflores's avatar
    6 years ago

    Well, I figured it out and I'm not sure why it works this way. 

     

    In ReadyAPI I had to use the Enum class directly in a script for it to be loaded or recognized as a class.