Exemple #1
0
 public void AssertValueTest <TExpected>(
     [PexAssumeUnderTest] ValueHelper target,
     object value,
     string operation
     )
 {
     target.AssertValue <TExpected>(value, operation);
     // TODO: add assertions to method ValueHelperTest.AssertValueTest(ValueHelper, Object, String)
 }