Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler(Int32, Int32, Decimal, Decimal, Decimal, Boolean)
- Source:
- Assert.AreEqual.cs
public AssertNonGenericAreNotEqualInterpolatedStringHandler(int literalLength, int formattedCount, decimal notExpected, decimal actual, decimal delta, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler : int * int * decimal * decimal * decimal * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, notExpected As Decimal, actual As Decimal, delta As Decimal, ByRef shouldAppend As Boolean)
Parameters
- literalLength
- Int32
- formattedCount
- Int32
- notExpected
- Decimal
- actual
- Decimal
- delta
- Decimal
- shouldAppend
- Boolean
Applies to
Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler(Int32, Int32, Double, Double, Double, Boolean)
- Source:
- Assert.AreEqual.cs
public AssertNonGenericAreNotEqualInterpolatedStringHandler(int literalLength, int formattedCount, double notExpected, double actual, double delta, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler : int * int * double * double * double * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, notExpected As Double, actual As Double, delta As Double, ByRef shouldAppend As Boolean)
Parameters
- literalLength
- Int32
- formattedCount
- Int32
- notExpected
- Double
- actual
- Double
- delta
- Double
- shouldAppend
- Boolean
Applies to
Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler(Int32, Int32, Int64, Int64, Int64, Boolean)
- Source:
- Assert.AreEqual.cs
public AssertNonGenericAreNotEqualInterpolatedStringHandler(int literalLength, int formattedCount, long notExpected, long actual, long delta, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler : int * int * int64 * int64 * int64 * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, notExpected As Long, actual As Long, delta As Long, ByRef shouldAppend As Boolean)
Parameters
- literalLength
- Int32
- formattedCount
- Int32
- notExpected
- Int64
- actual
- Int64
- delta
- Int64
- shouldAppend
- Boolean
Applies to
Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler(Int32, Int32, Single, Single, Single, Boolean)
- Source:
- Assert.AreEqual.cs
public AssertNonGenericAreNotEqualInterpolatedStringHandler(int literalLength, int formattedCount, float notExpected, float actual, float delta, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler : int * int * single * single * single * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, notExpected As Single, actual As Single, delta As Single, ByRef shouldAppend As Boolean)
Parameters
- literalLength
- Int32
- formattedCount
- Int32
- notExpected
- Single
- actual
- Single
- delta
- Single
- shouldAppend
- Boolean
Applies to
Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler(Int32, Int32, String, String, Boolean, Boolean)
- Source:
- Assert.AreEqual.cs
public AssertNonGenericAreNotEqualInterpolatedStringHandler(int literalLength, int formattedCount, string notExpected, string actual, bool ignoreCase, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler : int * int * string * string * bool * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, notExpected As String, actual As String, ignoreCase As Boolean, ByRef shouldAppend As Boolean)
Parameters
- literalLength
- Int32
- formattedCount
- Int32
- notExpected
- String
- actual
- String
- ignoreCase
- Boolean
- shouldAppend
- Boolean
Applies to
Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler(Int32, Int32, String, String, Boolean, CultureInfo, Boolean)
- Source:
- Assert.AreEqual.cs
public AssertNonGenericAreNotEqualInterpolatedStringHandler(int literalLength, int formattedCount, string notExpected, string actual, bool ignoreCase, System.Globalization.CultureInfo culture, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler : int * int * string * string * bool * System.Globalization.CultureInfo * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertNonGenericAreNotEqualInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, notExpected As String, actual As String, ignoreCase As Boolean, culture As CultureInfo, ByRef shouldAppend As Boolean)
Parameters
- literalLength
- Int32
- formattedCount
- Int32
- notExpected
- String
- actual
- String
- ignoreCase
- Boolean
- culture
- CultureInfo
- shouldAppend
- Boolean