Unplanned
Last Updated: 18 Jun 2019 14:21 by ADMIN
Robert
Created on: 18 Jun 2019 14:20
Type: Bug Report
0
An async test fails randomly when a second async test fails to call Mock.Reset
The scenario includes two async tests executed synchronously. The first test doesn't have an await task call and in some random runs fails to call Mock.Reset. This messes the mocked objects of the second async test.
0 comments