Compartilhar via


Interface ITestSuiteBase

 

A noção genérica de um conjunto de teste, pacotes de teste pode ser baseada em consultas IDynamicTestSuite ou explícita em uma lista de ids de TestCases ou outro TestSuites IStaticTestSuite

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

public interface ITestSuiteBase : ITestObject<int>, IIdentifiable<int>, 
    IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface class ITestSuiteBase : ITestObject<int>, IIdentifiable<int>, 
    IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type ITestSuiteBase = 
    interface
        interface ITestObject<int>
        interface IIdentifiable<int>
        interface IPropertyOwner
        interface IDataErrorInfo
        interface INotifyPropertyChanged
    end
Public Interface ITestSuiteBase
    Inherits ITestObject(Of Integer), IIdentifiable(Of Integer), IPropertyOwner,
    IDataErrorInfo, INotifyPropertyChanged

Propriedades

Nome Descrição
System_CAPS_pubproperty AllTestCases

Gets the read-only collection of test cases for this suite and all hierarchical children.

System_CAPS_pubproperty DefaultConfigurations

Gets the read-only list of default configurations.

System_CAPS_pubproperty Description

Gets or sets the description of this test suite.

System_CAPS_pubproperty Error

(herdado de IDataErrorInfo.)

System_CAPS_pubproperty Id

Obtém o identificador.(herdado de IIdentifiable<TKey>.)

System_CAPS_pubproperty InvalidProperties

Obtém uma lista de nomes de propriedades que são inválidos.(herdado de IPropertyOwner.)

System_CAPS_pubproperty IsDirty

Obtém um valor que indica se todas as propriedades foram alterados desde a última atualização, buscar, ou salvar.(herdado de IPropertyOwner.)

System_CAPS_pubproperty IsRoot

Gets a value that indicates whether this suite is the root suite in the test project.

System_CAPS_pubproperty Item[String]

(herdado de IDataErrorInfo.)

System_CAPS_pubproperty LastUpdated

Gets the date and time that this test suite was last updated.

System_CAPS_pubproperty LastUpdatedBy

Gets the identity of the person who last updated this test suite.

System_CAPS_pubproperty LastUpdatedByName

Last person to update suite

System_CAPS_pubproperty Parent

Gets the parent test suite that contains this test suite.

System_CAPS_pubproperty Plan

Gets the test plan that owns this test suite.

System_CAPS_pubproperty Project

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código. Obtém o projeto de teste.(herdado de ITestObject<T>.)

System_CAPS_pubproperty Revision

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código. Obtém o número de análise atual desse objeto.(herdado de ITestObject<T>.)

System_CAPS_pubproperty State

Obsoleto.Gets or sets the state of this test suite.

System_CAPS_pubproperty TestCaseCount

Contagem de situação de teste dentro do pacote

System_CAPS_pubproperty TestCases

Gets a read-only collection of test cases.

System_CAPS_pubproperty TestSuiteEntry

Gets an entry that was created for use in a static test suite.

System_CAPS_pubproperty TestSuiteType

Gets the type of this test suite.

System_CAPS_pubproperty Title

Gets or sets the title of this test suite.

System_CAPS_pubproperty UserData

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código. Obtém ou define um objeto ou um valor arbitrário que não são persistentes, mas permite que os objetos de gerenciamento de teste sejam estendidas dinamicamente.(herdado de ITestObject<T>.)

Métodos

Nome Descrição
System_CAPS_pubmethod AssignTestPoints(IEnumerable<ITestPointAssignment>)

Changes the AssignedTo property by using the provided collection of test point assignments.

System_CAPS_pubmethod ClearDefaultConfigurations()

Removes the list of default configurations from this suite. This causes this suite to inherit default configurations from its parent.

System_CAPS_pubmethod CreateTestPointAssignment(Int32, IdAndName, Guid)

Creates a TestPointAssignment object for later use in AssignTestPoints()

System_CAPS_pubmethod CreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity)

Creates an ITestPointAssignment object to be passed into ITestSuiteBase.AssignTestPoints

System_CAPS_pubmethod Refresh()

Updates any suites in the suite hierarchy that are out of date.

System_CAPS_pubmethod Refresh(Boolean)

Updates any suites in the suite hierarchy, optionally forcing the update whether or not they are out of date.

System_CAPS_pubmethod SetDefaultConfigurations(IEnumerable<IdAndName>)

Specifies a set of configurations to use with newly added suite entries. When entries are added, test points are created for each of these configurations.

System_CAPS_pubmethod SetEntryConfigurations(IEnumerable<ITestSuiteEntry>, IEnumerable<IdAndName>)

Creates and deletes the necessary test points to make its set of configurations passed in for each entry.

Eventos

Nome Descrição
System_CAPS_pubevent 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