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
Should().CompleteWithin(3.Seconds()) to ExecutesWithin(3.Seconds())
Should().ThrowWithinAsync<InvalidOperationException>(3.Seconds()) to Throws<InvalidOperationException>().Within(3.Seconds()) depends on Add Within option for Throws aweXpect#666
Migrate
Should().CompleteWithin(3.Seconds())toExecutesWithin(3.Seconds())Should().ThrowWithinAsync<InvalidOperationException>(3.Seconds())toThrows<InvalidOperationException>().Within(3.Seconds())depends on Add
Withinoption forThrowsaweXpect#666