言語

Assert.AssertSingleInterpolatedStringHandler<TItem> コンストラクター

定義

オーバーロード

名前 説明
Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, IEnumerable<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, Memory<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, ReadOnlyMemory<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, ReadOnlySpan<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, Span<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, IEnumerable<TItem>, Boolean)

ソース:
Assert.Contains.cs
ソース:
Assert.Contains.cs
ソース:
Assert.Contains.cs
ソース:
Assert.Contains.cs
ソース:
Assert.Contains.cs
ソース:
Assert.Contains.cs
ソース:
Assert.Contains.cs
ソース:
Assert.ContainsSingle.cs

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

public AssertSingleInterpolatedStringHandler(int literalLength, int formattedCount, System.Collections.Generic.IEnumerable<TItem> collection, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item> : int * int * seq<'Item> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item>
Public Sub New (literalLength As Integer, formattedCount As Integer, collection As IEnumerable(Of TItem), ByRef shouldAppend As Boolean)

パラメーター

literalLength
Int32

挿入文字列内の定数文字の数。

formattedCount
Int32

補間文字列内の補間式の数。

collection
IEnumerable<TItem>

アサートされているコレクション。メッセージは、アサーションが失敗した場合にのみ計算されます。

shouldAppend
Boolean

このメソッドから制御が戻るときに、補間された文字列を評価するかどうかを示します。

適用対象

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, Memory<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

public AssertSingleInterpolatedStringHandler(int literalLength, int formattedCount, Memory<TItem> collection, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item> : int * int * Memory<'Item> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item>
Public Sub New (literalLength As Integer, formattedCount As Integer, collection As Memory(Of TItem), ByRef shouldAppend As Boolean)

パラメーター

literalLength
Int32

挿入文字列内の定数文字の数。

formattedCount
Int32

補間文字列内の補間式の数。

collection
Memory<TItem>

アサートされているコレクション。メッセージは、アサーションが失敗した場合にのみ計算されます。

shouldAppend
Boolean

このメソッドから制御が戻るときに、補間された文字列を評価するかどうかを示します。

適用対象

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, ReadOnlyMemory<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

public AssertSingleInterpolatedStringHandler(int literalLength, int formattedCount, ReadOnlyMemory<TItem> collection, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item> : int * int * ReadOnlyMemory<'Item> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item>
Public Sub New (literalLength As Integer, formattedCount As Integer, collection As ReadOnlyMemory(Of TItem), ByRef shouldAppend As Boolean)

パラメーター

literalLength
Int32

挿入文字列内の定数文字の数。

formattedCount
Int32

補間文字列内の補間式の数。

collection
ReadOnlyMemory<TItem>

アサートされているコレクション。メッセージは、アサーションが失敗した場合にのみ計算されます。

shouldAppend
Boolean

このメソッドから制御が戻るときに、補間された文字列を評価するかどうかを示します。

適用対象

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, ReadOnlySpan<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

public AssertSingleInterpolatedStringHandler(int literalLength, int formattedCount, ReadOnlySpan<TItem> collection, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item> : int * int * ReadOnlySpan<'Item> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item>
Public Sub New (literalLength As Integer, formattedCount As Integer, collection As ReadOnlySpan(Of TItem), ByRef shouldAppend As Boolean)

パラメーター

literalLength
Int32

挿入文字列内の定数文字の数。

formattedCount
Int32

補間文字列内の補間式の数。

collection
ReadOnlySpan<TItem>

アサートされているコレクション。メッセージは、アサーションが失敗した場合にのみ計算されます。

shouldAppend
Boolean

このメソッドから制御が戻るときに、補間された文字列を評価するかどうかを示します。

適用対象

Assert.AssertSingleInterpolatedStringHandler<TItem>(Int32, Int32, Span<TItem>, Boolean)

Assert.AssertSingleInterpolatedStringHandler<TItem> 構造体の新しいインスタンスを初期化します。

public AssertSingleInterpolatedStringHandler(int literalLength, int formattedCount, Span<TItem> collection, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item> : int * int * Span<'Item> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertSingleInterpolatedStringHandler<'Item>
Public Sub New (literalLength As Integer, formattedCount As Integer, collection As Span(Of TItem), ByRef shouldAppend As Boolean)

パラメーター

literalLength
Int32

挿入文字列内の定数文字の数。

formattedCount
Int32

補間文字列内の補間式の数。

collection
Span<TItem>

アサートされているコレクション。メッセージは、アサーションが失敗した場合にのみ計算されます。

shouldAppend
Boolean

このメソッドから制御が戻るときに、補間された文字列を評価するかどうかを示します。

適用対象