Exemplo n.º 1
0
        private void SetIsRunningToFalse(ServiceProxy sut)
        {
            var message = new FinishedMessage();

            sut.FinishedHandler(message);
        }
Exemplo n.º 2
0
        private void SetIsColonyCreatedToTrue(ServiceProxy sut)
        {
            var message = new CreatedColonyMessage();

            sut.CreatedColonyHandler(message);
        }