C# Class Ninject.Extensions.ContextPreservation.Fakes.Sword

A test implementation of IWeapon used in the unit tests
Inheritance: IWeapon
Afficher le fichier Open project: ninject/Ninject.Extensions.ContextPreservation

Méthodes publiques

Méthode Description
Sword ( IJewel jewel )

Initializes a new instance of the Sword class.

Method Details

Sword() public méthode

Initializes a new instance of the Sword class.
public Sword ( IJewel jewel )
jewel IJewel The grand weapon.