public void Test01() { Assert.IsTrue(cs01.test01()); Mock.Arrange(() => cs02.test01()).Returns(false); Assert.IsFalse(cs02.test01()); }