C# Class Xunit.PropertyStubs.CollectionPropertyStubRule

Inheritance: IPropertyStubRule
Afficher le fichier Open project: BjRo/xunitbddextensions

Méthodes publiques

Méthode Description
CanStub ( Type propertyType ) : bool
Stub ( IPropertyAdapter property ) : void

Private Methods

Méthode Description
CreateListOf ( Type itemType ) : IList
PopulateList ( IList list, Type itemType ) : void

Method Details

CanStub() public méthode

public CanStub ( Type propertyType ) : bool
propertyType System.Type
Résultat bool

Stub() public méthode

public Stub ( IPropertyAdapter property ) : void
property IPropertyAdapter
Résultat void