TSTestFactory Object
Description
Manages test instances (TSTest objects) in a test set.
Remarks
Get a TSTestFactory object from TestSet.TSTestFactory.
Interfaces
Implemented InterfaceDescription
_IFactorySupportBatchLockExtends IBaseFactory
IAlertableEntityFactoryA factory implements this interface to indicate that it can instantiate objects that implement the IAlertable interface.
IBaseFactory2Provides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects.
IMailableFactoryMail support for factories.
ISupportCopyPaste2Services for supporting copy and paste.
ISupportCopyPaste4Services for supporting copy and paste.
ISupportEntitySubtypesRepresents a factory with support for subtypes.
Public Methods
Public Method AddItemAdds one or more tests to the test set.
Public Method GetSubtypeSubtype corresponding to the given subtype ID.
Public Method MailMails the list of items. 'Items' is a list of ID numbers.
Public Method MailExMails the list of IBase Factory Items. 'Items' is a list of ID numbers.
Public Method NewListCreates a list of objects according to the specified filter.
Public Method RemoveItemRemoves item from the database. Removal takes place immediately, without a Post.
Public Properties
Public Property FetchLevelThe Fetch level for a field.
Public Property FieldsThe list of all available fields for the entity managed by the factory.
Public Property FilterThe TDFilter object for the factory.
Public Property GroupingManagerThe GroupingManager for this factory.
Public Property GroupingSupportedCheck whether the factory supports grouping.
Public Property HistoryThe History object for this entity.
Public Property ItemGets an object managed by the factory by its key.
Public Property SubtypesList of subtypes supported by this entity.
See Also