Unable to generate test inputs not throwing a trivial exception

Hi @hernan10406: I suspect this could be related to the code’s dependency on accesoService; From what I understand if Diffblue cannot find a concrete implementation of any object referenced in the code under test it will bail out from generating the test (I don’t think Diffblue is aware of dependency injection)

Please also see my question which seems related: Diffblue Cover should provide meaningful stubs for object dependencies