[This is preliminary documentation and is subject to change.]
This interface specifies methods to allow a class to fill instances
with test data.
| C# |
public interface IFillTestData
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CanFillTestAssociations | Gets a value indicating whether the FillTestAssociations method can be called
for this class. | |
| CanFillTestData | Gets a value indicating whether the FillTestData method can be called for this class.
| |
| FillTestAssociations(Int32) | This should set associations within this object to appropriate
objects. | |
| FillTestData(Int32) | This should fill the members of an object with test data.
|
This is used by the Create Test Data operation of the Persistate
add-in. You can implement this interface in your classes to improve the
quality of test data created by this operation.