Ejemplo n.º 1
0
        public void should_pass_when_func_returns_true()
        {
            func.Invoke().Returns(true);

            funcExpectation.Run();

            specify(() => funcExpectation.IsPass);
        }