C# Class StructureMap.Testing.InstanceMementoInstanceCreationTester.ComplexRule

Inheritance: Rule
Show file Open project: visit/structuremap

Public Methods

Method Description
ComplexRule ( string String, string String2, int Int, long Long, byte Byte, double Double, bool Bool, string extra ) : NUnit.Framework

Plugin should find the constructor above, not the "greedy" one below.

GetMemento ( ) : MemoryInstanceMemento

Private Methods

Method Description
ComplexRule ( string String, BreedEnum Breed, int Int, long Long, byte Byte, double Double, bool Bool, IAutomobile car, IAutomobile cars ) : NUnit.Framework

Method Details

ComplexRule() public method

Plugin should find the constructor above, not the "greedy" one below.
public ComplexRule ( string String, string String2, int Int, long Long, byte Byte, double Double, bool Bool, string extra ) : NUnit.Framework
String string
String2 string
Int int
Long long
Byte byte
Double double
Bool bool
extra string
return NUnit.Framework

GetMemento() public static method

public static GetMemento ( ) : MemoryInstanceMemento
return MemoryInstanceMemento