TestClassExtensions..::..EnsureNullCheckThrown Method (Action, String, String, ITestOutputHelper)

Ensures the null check thrown.

Namespace:  FastMoq.Extensions
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public static void EnsureNullCheckThrown(
	Action action,
	string parameterName,
	string constructorName,
	ITestOutputHelper output
)
Public Shared Sub EnsureNullCheckThrown ( _
	action As Action, _
	parameterName As String, _
	constructorName As String, _
	output As ITestOutputHelper _
)
public:
static void EnsureNullCheckThrown(
	Action^ action, 
	String^ parameterName, 
	String^ constructorName, 
	ITestOutputHelper^ output
)

Parameters

action
Type: Action
The action.
parameterName
Type: String
Name of the parameter.
constructorName
Type: String
Name of the constructor.
output
Type: ITestOutputHelper
The output.