I need to create some tests using variables already instantiated at runtime, and instead of manually mounting, object by object, attribute by attribute, I would like some tool that automates itself and already brings code with objects and variables filled , does this tool exist in Intellij?
For example, just by dragging the Watch variable into the code, I would like it to already bring in the valued objects. There are many objects and attributes that you have to fill in, causing a loss of time.