PexSettingsAttributeBase.NotReproducible Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um parâmetro nomeado que especifica se os testes gerados não são reproduzíveis
public:
property bool NotReproducible { bool get(); void set(bool value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Description("a value indicating that the generated tests are not reproducible")]
public bool NotReproducible { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(false)>]
[<System.ComponentModel.Description("a value indicating that the generated tests are not reproducible")>]
member this.NotReproducible : bool with get, set
Public Property NotReproducible As Boolean
Valor da propriedade
Defina esse parâmetro como true para especificar que os testes gerados não sejam reproduzíveis e false caso contrário.
- Atributos