You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that there is a bug in NUnitLite runner (AutoRun class)
On our project we currently have 27 tests (2 are ignored), 14 of them are dependent on OneTimeSetUp method.
When OneTimeSetup method throws an unhandled exception then 14 tests are just skipped and team city step passes successfully despite of these 14 failed tests. It just shows that 11 tests passed
The text was updated successfully, but these errors were encountered:
Hi Nunit community!
Seems that there is a bug in NUnitLite runner (AutoRun class)
On our project we currently have 27 tests (2 are ignored), 14 of them are dependent on OneTimeSetUp method.
When OneTimeSetup method throws an unhandled exception then 14 tests are just skipped and team city step passes successfully despite of these 14 failed tests. It just shows that 11 tests passed
The text was updated successfully, but these errors were encountered: