ConventionContextExtensions.

IsUnitTestHost(IConventionContext) Method

Summary

Check if this is a test host (to allow conventions to behave differently during unit tests)

Syntax

public static bool IsUnitTestHost(this IConventionContext context)

Parameters

Name Type Description
context IConventionContext The context

Return Value

Type Description
bool