Summary
Check if this is a test host (to allow conventions to behave differently during unit tests)
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Convention
Context Extensions
Syntax
public static bool IsUnitTestHost(this IConventionContext context)
Parameters
Name | Type | Description |
---|---|---|
context | IConventionContext | The context |
Return Value
Type | Description |
---|---|
bool |