odradev / odra

Odra framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting result of the constructor call

kpob opened this issue · comments

I would like to find out if the constructor call was successful. Now it fails silently, if init reverts I can't do any assertions in my test code. Related to #406