Shouldly
Search…
Shouldly
Overview
Contributing
Documentation
Getting Started
Configuration
Equality
String
Enumerable
Dictionary
Exceptions
SatisfyAllConditions
CompleteIn
DynamicShould
Upgrade 3 to 4
Powered By
GitBook
CompleteIn
1
Should
.
CompleteIn
(
2
action
:
()
=>
{
Thread
.
Sleep
(
TimeSpan
.
FromSeconds
(
2
));
},
3
timeout
:
TimeSpan
.
FromSeconds
(
1
),
4
customMessage
:
"Some additional context"
);
Copied!
snippet source
|
anchor
Exception
1
Delegate
2
should complete in
3
00:00:01
4
but did not
5
6
Additional Info:
7
Some additional context
Copied!
Documentation - Previous
SatisfyAllConditions
Next - Documentation
DynamicShould
Last modified
1yr ago
Copy link