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

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

Méthodes publiques

Méthode Description
NamedSword ( string name, IJewel jewel )

Initializes a new instance of the NamedSword class.

Method Details

NamedSword() public méthode

Initializes a new instance of the NamedSword class.
public NamedSword ( string name, IJewel jewel )
name string The name of the weapon.
jewel IJewel A enhancement for a weapon.