| Overload | Description |
|---|---|
| AssertionScope Constructor() | Starts an unnamed scope within which multiple assertions can be executed and which will not throw until the scope is disposed. |
| AssertionScope Constructor(String) | Starts a named scope within which multiple assertions can be executed and which will not throw until the scope is disposed. |
| AssertionScope Constructor(IAssertionStrategy) | Starts a new scope based on the given assertion strategy. |
| AssertionScope Constructor(Func<String>) | Starts a named scope within which multiple assertions can be executed and which will not throw until the scope is disposed. |