Exemple #1
0
 public void TestAdd()
 {
     _testInterface.Add(1, 2).Returns(3);
     _testInterface.Add(1, 2).Should().Be(3);
 }