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
SetupFixture and TearDownFixture methods are ignore whereas Setup and TearDown method is correctly executed on setting the TestRepeat attribute on test with TestCase attribute already present
In the DUnitX tests with this attribute, the asserts regarding the repeat count are implement in the TearDownFixture method that is no more call. Finaly the tests are marked as successfull whitout any check of the _TimesRun, _TimesRunAnyWay and _TimesRunTestCase fields values.