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
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.