Persistate API documentation
IFillTestData Interface
NamespacesPersistateIFillTestData

[This is preliminary documentation and is subject to change.]

This interface specifies methods to allow a class to fill instances with test data.
Declaration Syntax
C#
public interface IFillTestData
Members
All MembersMethodsProperties



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

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

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)