Skip to content

Commit 1177449

Browse files
committed
use snippet
1 parent 756e6b5 commit 1177449

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/articles/nunit/writing-tests/constraints/DelayedConstraint.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ With NUnit 3.6, an enhanced syntax is available that allows expressing the delay
2828
```
2929

3030
Only Minutes, Seconds and MilliSeconds (note capital-S) are accepted as time modifiers. The default is to use MilliSeconds.
31+
32+
## Examples of Use
33+
34+
[!code-csharp[DelayedConstraintExamples](~/snippets/Snippets.NUnit/ConstraintExamples.cs#DelayedConstraintExamples)]

0 commit comments

Comments
 (0)