示例#1
0
 public void SetUp()
 {
     _dataWithIntValue  = new StreamedValue(0, new StreamedScalarValueInfo(typeof(int)));
     _dataWithNullValue = new StreamedValue(null, new StreamedSingleValueInfo(typeof(object), false));
 }
示例#2
0
 public StreamedValue ExecuteMethodWithNonMatchingArgumentType <T> (StreamedValue arg)
 {
     throw new NotImplementedException("Test");
 }
示例#3
0
 public void SetUp ()
 {
   _dataWithIntValue = new StreamedValue (0, new StreamedScalarValueInfo (typeof(int)));
   _dataWithNullValue = new StreamedValue (null, new StreamedSingleValueInfo (typeof(object), false));
 }