Exemplo n.º 1
0
        public void RandomMessage()
        {
            var steps = new FileStep();

            steps.GivenIHaveThisFile("big_mystery.txt",

                                     "Why do people keep asking the gender of someone who not even talks?"

                                     );

            steps.WhenICallTheInterpreterForFile(@"big_mystery.txt");
            steps.ThenIWillHaveTheseAnswers("I have no idea what you are talking about");
            steps.ThenIWillHaveNoConversions();
            steps.ThenIWillHaveNoThingValues();
        }