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

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

Public Methods

Method Description
Sword ( IJewel jewel )

Initializes a new instance of the Sword class.

Method Details

Sword() public method

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