ITestCase.CreateAttachment Method
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Overload List
Name | Description | |
---|---|---|
CreateAttachment(Byte[], Int32, Int32) | Creates an attachment for a test case by using the provided byte array. |
|
CreateAttachment(String) | Creates an attachment from a file. (Inherited from IAttachmentOwner.) |
|
CreateAttachment(String, SourceFileAction) | Creates an attachment from a file, optionally deleting the source file after uploading.(Inherited from IAttachmentOwner.) |
See Also
ITestCase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top