Exemplo n.º 1
0
            public void It_will_print_help_for_direction()
            {
                Shell.Run();

                fakeLogger.Should_contain_entry("You have to specify direction:");
                fakeLogger.Should_contain_entry("\tElevator.exe -up, for going up");
                fakeLogger.Last_entry_should_equals("\tElevator.exe -down, for going down (not supported yet)");
            }