Exemplo n.º 1
0
            public void Client()
            {
                // SETUP
                var controller = new SampleController();

                controller.TimeoutTimer = mockTimer;

                // EXEC
                controller.Sleep();

                // VERIFY
                AssertTick(1);
            }