PexSettingsAttributeBase.NotReproducible Propriedade

Definição

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

Boolean

Defina esse parâmetro como true para especificar que os testes gerados não sejam reproduzíveis e false caso contrário.

Atributos

Aplica-se a