public void SetUp()
		{
			_expectationValue = new ExpectationValue<Type>("expectationValue");
		}
Ejemplo n.º 2
0
 public void SetUp()
 {
     _expectationValue = new ExpectationValue <Type>("expectationValue");
 }