TestDataObject 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
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.