AssertEqualsExtensions
01 Syntax
Microsoft.VisualBasic.Language.AssertEqualsExtensions
02 Methods
03 Members
All``1(Vector(Of ``0))
Assert that all of the elements in target vector match the test conditions
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
vector | Vector(Of ``0) | - |
Any``1(Vector(Of ``0))
Assert that any of the elements in target vector match the test conditions
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
vector | Vector(Of ``0) | - |
All(Vector(Of T))
Any(Vector(Of T))