MemoryAssertions(String, Int32) Constructor
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.
Initializes a new instance of the MemoryAssertions class.
public MemoryAssertions (string path = "", int line = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestActions.MemoryAssertions : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestActions.MemoryAssertions
Public Sub New (Optional path As String = "", Optional line As Integer = 0)
Parameters
- path
- String
Path to source.
- line
- Int32
Line number in source.