Interface IRequirementTestSuite
Representa um conjunto de testes que é preenchido dinamicamente, localizando os casos de teste que estão associados um item de trabalho do requisito.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public interface IRequirementTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner,
IDataErrorInfo, INotifyPropertyChanged
public interface class IRequirementTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner,
IDataErrorInfo, INotifyPropertyChanged
type IRequirementTestSuite =
interface
interface IDynamicTestSuiteBase
interface ITestSuiteBase
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
Public Interface IRequirementTestSuite
Inherits IDynamicTestSuiteBase, ITestSuiteBase, ITestObject(Of Integer),
IIdentifiable(Of Integer), IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AllTestCases | Gets the read-only collection of test cases for this suite and all hierarchical children.(herdado de ITestSuiteBase.) |
![]() |
DefaultConfigurations | Gets the read-only list of default configurations.(herdado de ITestSuiteBase.) |
![]() |
Description | Gets or sets the description of this test suite.(herdado de ITestSuiteBase.) |
![]() |
Error | (herdado de IDataErrorInfo.) |
![]() |
Id | Obtém o identificador.(herdado de IIdentifiable<TKey>.) |
![]() |
InvalidProperties | Obtém uma lista de nomes de propriedades que são inválidos.(herdado de IPropertyOwner.) |
![]() |
IsDirty | Obtém um valor que indica se todas as propriedades foram alterados desde a última atualização, buscar, ou salvar.(herdado de IPropertyOwner.) |
![]() |
IsRoot | Gets a value that indicates whether this suite is the root suite in the test project.(herdado de ITestSuiteBase.) |
![]() |
Item[String] | (herdado de IDataErrorInfo.) |
![]() |
LastError | Obtém a última mensagem de erro foi encontrada durante a última tentativa dinamicamente preencher novamente as entradas desse conjunto.(herdado de IDynamicTestSuiteBase.) |
![]() |
LastPopulated | Obtém a data e hora para a última tentativa dinamicamente preencher novamente as entradas desse conjunto.(herdado de IDynamicTestSuiteBase.) |
![]() |
LastUpdated | Gets the date and time that this test suite was last updated.(herdado de ITestSuiteBase.) |
![]() |
LastUpdatedBy | Gets the identity of the person who last updated this test suite.(herdado de ITestSuiteBase.) |
![]() |
LastUpdatedByName | Last person to update suite(herdado de ITestSuiteBase.) |
![]() |
Parent | Gets the parent test suite that contains this test suite.(herdado de ITestSuiteBase.) |
![]() |
Plan | Gets the test plan that owns this test suite.(herdado de ITestSuiteBase.) |
![]() |
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>.) |
![]() |
RequirementId | Obtém a ID de item de trabalho o requisito do qual esse pacote é preenchida. |
![]() |
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>.) |
![]() |
State | Obsoleto.Gets or sets the state of this test suite.(herdado de ITestSuiteBase.) |
![]() |
TestCaseCount | Contagem de situação de teste dentro do pacote (herdado de ITestSuiteBase.) |
![]() |
TestCases | Gets a read-only collection of test cases.(herdado de ITestSuiteBase.) |
![]() |
TestSuiteEntry | Gets an entry that was created for use in a static test suite.(herdado de ITestSuiteBase.) |
![]() |
TestSuiteType | Gets the type of this test suite.(herdado de ITestSuiteBase.) |
![]() |
Title | Gets or sets the title of this test suite.(herdado de ITestSuiteBase.) |
![]() |
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 | |
---|---|---|
![]() |
AssignTestPoints(IEnumerable<ITestPointAssignment>) | Changes the AssignedTo property by using the provided collection of test point assignments.(herdado de ITestSuiteBase.) |
![]() |
ClearDefaultConfigurations() | Removes the list of default configurations from this suite. This causes this suite to inherit default configurations from its parent.(herdado de ITestSuiteBase.) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, Guid) | Creates a TestPointAssignment object for later use in AssignTestPoints()(herdado de ITestSuiteBase.) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity) | Creates an ITestPointAssignment object to be passed into ITestSuiteBase.AssignTestPoints(herdado de ITestSuiteBase.) |
![]() |
Refresh() | Updates any suites in the suite hierarchy that are out of date.(herdado de ITestSuiteBase.) |
![]() |
Refresh(Boolean) | Updates any suites in the suite hierarchy, optionally forcing the update whether or not they are out of date.(herdado de ITestSuiteBase.) |
![]() |
Repopulate() | Adiciona entradas de suite que agora coincidem com as condições de consulta no servidor e remove as entradas do conjunto que não atendam às condições de consulta no servidor. (herdado de IDynamicTestSuiteBase.) |
![]() |
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.(herdado de ITestSuiteBase.) |
![]() |
SetEntryConfigurations(IEnumerable<ITestSuiteEntry>, IEnumerable<IdAndName>) | Creates and deletes the necessary test points to make its set of configurations passed in for each entry.(herdado de ITestSuiteBase.) |
Eventos
Nome | Descrição | |
---|---|---|
![]() |
PropertyChanged | (herdado de INotifyPropertyChanged.) |
Consulte também
IDynamicTestSuiteBase
ITestSuiteBase
ITestObject<T>
IDataErrorInfo
INotifyCollectionChanged
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo