@@ -17,97 +17,97 @@ public void StatingSomething ()
1717 Assert . AreEqual ( "Whatever." , teenager . Hey ( "Tom-ay-to, tom-aaaah-to." ) ) ;
1818 }
1919
20- [ Test ]
20+ [ Test , Ignore ]
2121 public void Shouting ( )
2222 {
2323 Assert . AreEqual ( "Woah, chill out!" , teenager . Hey ( "WATCH OUT!" ) ) ;
2424 }
2525
26- [ Test ]
26+ [ Test , Ignore ]
2727 public void AskingAQuestion ( )
2828 {
2929 Assert . AreEqual ( "Sure." , teenager . Hey ( "Does this cryogenic chamber make me look fat?" ) ) ;
3030 }
3131
32- [ Test ]
32+ [ Test , Ignore ]
3333 public void AskingANumericQuestion ( )
3434 {
3535 Assert . AreEqual ( "Sure." , teenager . Hey ( "You are, what, like 15?" ) ) ;
3636 }
3737
38- [ Test ]
38+ [ Test , Ignore ]
3939 public void TalkingForcefully ( )
4040 {
4141 Assert . AreEqual ( "Whatever." , teenager . Hey ( "Let's go make out behind the gym!" ) ) ;
4242 }
4343
44- [ Test ]
44+ [ Test , Ignore ]
4545 public void UsingAcronymsInRegularSearch ( )
4646 {
4747 Assert . AreEqual ( "Whatever." , teenager . Hey ( "It's OK if you don't want to go to the DMV." ) ) ;
4848 }
4949
50- [ Test ]
50+ [ Test , Ignore ]
5151 public void ForcefulQuestions ( )
5252 {
5353 Assert . AreEqual ( "Woah, chill out!" , teenager . Hey ( "WHAT THE HELL WERE YOU THINKING?" ) ) ;
5454 }
5555
56- [ Test ]
56+ [ Test , Ignore ]
5757 public void ShoutingNumbers ( )
5858 {
5959 Assert . AreEqual ( "Woah, chill out!" , teenager . Hey ( "1, 2, 3 GO!" ) ) ;
6060 }
6161
62- [ Test ]
62+ [ Test , Ignore ]
6363 public void OnlyNumbers ( )
6464 {
6565 Assert . AreEqual ( "Whatever." , teenager . Hey ( "1, 2, 3" ) ) ;
6666 }
6767
68- [ Test ]
68+ [ Test , Ignore ]
6969 public void QuestionWithOnlyNumbers ( )
7070 {
7171 Assert . AreEqual ( "Sure." , teenager . Hey ( "4?" ) ) ;
7272 }
7373
74- [ Test ]
74+ [ Test , Ignore ]
7575 public void ShoutingWithSpecialCharacters ( )
7676 {
7777 Assert . AreEqual ( "Woah, chill out!" , teenager . Hey ( "ZOMG THE %^*@#$(*^ ZOMBIES ARE COMING!!11!!1!" ) ) ;
7878 }
7979
80- [ Test ]
80+ [ Test , Ignore ]
8181 public void ShoutingWithNoExclamationMark ( )
8282 {
8383 Assert . AreEqual ( "Woah, chill out!" , teenager . Hey ( "I HATE YOU" ) ) ;
8484 }
8585
86- [ Test ]
86+ [ Test , Ignore ]
8787 public void StatementContainingQuestionMark ( )
8888 {
8989 Assert . AreEqual ( "Whatever." , teenager . Hey ( "Ending with ? means a question." ) ) ;
9090 }
9191
92- [ Test ]
92+ [ Test , Ignore ]
9393 public void PrattlingOn ( )
9494 {
9595 Assert . AreEqual ( "Sure." , teenager . Hey ( "Wait! Hang on. Are you going to be OK?" ) ) ;
9696 }
9797
98- [ Test ]
98+ [ Test , Ignore ]
9999 public void Silence ( )
100100 {
101101 Assert . AreEqual ( "Fine. Be that way!" , teenager . Hey ( "" ) ) ;
102102 }
103103
104- [ Test ]
104+ [ Test , Ignore ]
105105 public void ProlongedSilence ( )
106106 {
107107 Assert . AreEqual ( "Fine. Be that way!" , teenager . Hey ( " " ) ) ;
108108 }
109109
110- [ Test ]
110+ [ Test , Ignore ]
111111 public void MultipleLineQuestion ( )
112112 {
113113 Assert . AreEqual ( "Whatever." , teenager . Hey ( "Does this cryogenic chamber make me look fat?\n no" ) ) ;
0 commit comments