Interface ITestRunBase
Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public interface ITestRunBase : IIdentifiable<int>, IAttachmentOwner,
INotifyPropertyChanged
public interface class ITestRunBase : IIdentifiable<int>, IAttachmentOwner,
INotifyPropertyChanged
type ITestRunBase =
interface
interface IIdentifiable<int>
interface IAttachmentOwner
interface INotifyPropertyChanged
end
Public Interface ITestRunBase
Inherits IIdentifiable(Of Integer), IAttachmentOwner, INotifyPropertyChanged
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Attachments | Obtém a coleção de anexos.(herdado de IAttachmentOwner.) |
![]() |
BuildConfigurationId | Retorna a identificação de configuração de compilação para essa executada ou 0 se nenhuma identificação existe |
![]() |
BuildFlavor | Sabor de compilação como “versão” ou “depuração”. |
![]() |
BuildNumber | Name of the build. |
![]() |
BuildPlatform | Plataforma de compilação. |
![]() |
BuildUri | Name (as a URI) of the build the run was executed against. As an example: new Uri("vstfs:///Build/Build/1") |
![]() |
Comment | Comments entered by those analyzing the run. |
![]() |
Controller | The name of the controller of this run |
![]() |
DateCompleted | Date the last test completed. |
![]() |
DateCreated | Date the run was created. |
![]() |
DateStarted | Date the run was started. |
![]() |
Id | Obtém o identificador.(herdado de IIdentifiable<TKey>.) |
![]() |
IsDirty | Returns true if the test run has been changed since the last Save(). |
![]() |
LastUpdated | Date the run was last modified (title or owner set). |
![]() |
LastUpdatedBy | Last person to update run |
![]() |
LastUpdatedByName | Last person to update run |
![]() |
LinkedWorkItemCount | The total number of bugs associated with the test results. |
![]() |
Owner | User who started the run. |
![]() |
OwnerName | User who started the run. |
![]() |
OwnerTeamFoundationId | User who started the run. |
![]() |
Revision | Revision number of TestRun for concurrency control |
![]() |
TestEnvironmentId | The test environment for this run |
![]() |
TestPlanId | Returns the ID of the test plan that contains this run or 0 if this is an ad-hoc run. |
![]() |
TestSettings | The test settings being used for this test run execution. Null if the run has no test settings. |
![]() |
TestSettingsId | ID of the public test settings being used for this test run. |
![]() |
Title | Title of the associated run template. |
Métodos
Nome | Descrição | |
---|---|---|
![]() |
CopyTestSettings(ITestSettings) | Copy the test settings and associate it to the test run. |
![]() |
CreateAttachment(Byte[], Int32, Int32) | Creates an attachment for a Test Result from a byte array. |
![]() |
CreateAttachment(String) | Cria um anexo de um arquivo. (herdado de IAttachmentOwner.) |
![]() |
CreateAttachment(String, SourceFileAction) | Cria um anexo de um arquivo, excluindo opcionalmente o arquivo de origem após carregamento.(herdado de IAttachmentOwner.) |
![]() |
Delete() | Removes the given test run and its results from the server. |
![]() |
Refresh() | Updates the run with new data from the server. |
![]() |
Save() | Writes the new or updated test run to the server. |
Eventos
Nome | Descrição | |
---|---|---|
![]() |
AttachmentUploadCompleted | Este evento é gerado quando o carregamento de anexo terminar.(herdado de IAttachmentOwner.) |
![]() |
PropertyChanged | (herdado de INotifyPropertyChanged.) |
Comentários
Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.
Consulte também
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo