コード例 #1
0
ファイル: ValueHelperTest.cs プロジェクト: 5l1v3r1/Aphid
 public void AssertFunctionTest(
     [PexAssumeUnderTest] ValueHelper target,
     object value,
     string operation
     )
 {
     target.AssertFunction(value, operation);
     // TODO: add assertions to method ValueHelperTest.AssertFunctionTest(ValueHelper, Object, String)
 }