Esempio n. 1
0
        public void MethodWithTwoArgs()
        {
            var target = new TestMethodWithWithTwoArgs();

            target.Safe <ITestMethodWithTwoArgs>().Test(1, 2);
            Assert.That(target.Called);
        }
Esempio n. 2
0
 public void MethodWithTwoArgs()
 {
     var target = new TestMethodWithWithTwoArgs();
     target.Safe<ITestMethodWithTwoArgs>().Test(1, 2);
     Assert.That(target.Called);
 }