Share via


Assert.AssertAreSameInterpolatedStringHandler<TArgument> Constructor

Definition

public AssertAreSameInterpolatedStringHandler(int literalLength, int formattedCount, TArgument expected, TArgument actual, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertAreSameInterpolatedStringHandler<'Argument> : int * int * 'Argument * 'Argument * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertAreSameInterpolatedStringHandler<'Argument>
Public Sub New (literalLength As Integer, formattedCount As Integer, expected As TArgument, actual As TArgument, ByRef shouldAppend As Boolean)

Parameters

literalLength
Int32
formattedCount
Int32
expected
TArgument
actual
TArgument
shouldAppend
Boolean

Applies to