How to make a generic Env Query Generator? (EQS)

Hi,
Did you try creating a generic parent that all other object inherit from that need to be tested? That way you can test against that parent.

1 Like