Del via


TestDataObject Constructors

Definition

Overloads

TestDataObject()

Initializes a new instance of the TestDataObject class.

TestDataObject(Object)

Initializes a new instance of the TestDataObject class.

TestDataObject()

Initializes a new instance of the TestDataObject class.

public TestDataObject ();
Public Sub New ()

Applies to

TestDataObject(Object)

Initializes a new instance of the TestDataObject class.

public TestDataObject (object testData);
new Microsoft.Bot.Builder.Testing.XUnit.TestDataObject : obj -> Microsoft.Bot.Builder.Testing.XUnit.TestDataObject
Public Sub New (testData As Object)

Parameters

testData
Object

An object with the data to be used in the test.

Applies to