public void SetUp()
		{
			_expectationValue = new ExpectationValue<Type>("expectationValue");
		}
示例#2
0
 public void SetUp()
 {
     _expectationValue = new ExpectationValue <Type>("expectationValue");
 }