That just flags that you don't have enough test coverage then ;)

Running through the object reflectively won't work. In the case of
List<SomeObject>  the generic type is lost at runtime through type erasure.

Reply via email to