Exemplo n.º 1
0
 public void AssertListTest(
     [PexAssumeUnderTest] ValueHelper target,
     object value,
     string operation
     )
 {
     target.AssertList(value, operation);
     // TODO: add assertions to method ValueHelperTest.AssertListTest(ValueHelper, Object, String)
 }