@@ -16,7 +16,7 @@ public void saySomething() {
16
16
@ Test
17
17
public void shouting () {
18
18
assertEquals (
19
- "Woah , chill out!" ,
19
+ "Whoa , chill out!" ,
20
20
bob .hey ("WATCH OUT!" )
21
21
);
22
22
}
@@ -55,14 +55,14 @@ public void usingAcronymsInRegularSpeech() {
55
55
@ Test
56
56
public void forcefulQuestions () {
57
57
assertEquals (
58
- "Woah , chill out!" , bob .hey ("WHAT THE HELL WERE YOU THINKING?" )
58
+ "Whoa , chill out!" , bob .hey ("WHAT THE HELL WERE YOU THINKING?" )
59
59
);
60
60
}
61
61
62
62
@ Test
63
63
public void shoutingNumbers () {
64
64
assertEquals (
65
- "Woah , chill out!" , bob .hey ("1, 2, 3 GO!" )
65
+ "Whoa , chill out!" , bob .hey ("1, 2, 3 GO!" )
66
66
);
67
67
}
68
68
@@ -83,14 +83,14 @@ public void questionWithOnlyNumbers() {
83
83
@ Test
84
84
public void shoutingWithSpecialCharacters () {
85
85
assertEquals (
86
- "Woah , chill out!" , bob .hey ("ZOMG THE %^*@#$(*^ ZOMBIES ARE COMING!!11!!1!" )
86
+ "Whoa , chill out!" , bob .hey ("ZOMG THE %^*@#$(*^ ZOMBIES ARE COMING!!11!!1!" )
87
87
);
88
88
}
89
89
90
90
@ Test
91
91
public void shoutingWithUmlauts () {
92
92
assertEquals (
93
- "Woah , chill out!" , bob .hey ("\u00dc ML\u00c4 \u00dc TS!" )
93
+ "Whoa , chill out!" , bob .hey ("\u00dc ML\u00c4 \u00dc TS!" )
94
94
);
95
95
}
96
96
@@ -104,7 +104,7 @@ public void calmlySpeakingWithUmlauts() {
104
104
@ Test
105
105
public void shoutingWithNoExclamationMark () {
106
106
assertEquals (
107
- "Woah , chill out!" , bob .hey ("I HATE YOU" )
107
+ "Whoa , chill out!" , bob .hey ("I HATE YOU" )
108
108
);
109
109
}
110
110
0 commit comments