@@ -15,161 +15,160 @@ public void setup() {
1515 }
1616
1717 @ Test
18- @ Disabled
1918 @ DisplayName ("word beginning with a" )
2019 public void testWordBeginningWithA () {
2120 assertThat (pigLatinTranslator .translate ("apple" )).isEqualTo ("appleay" );
2221 }
2322
23+ @ Disabled ("Remove to run test" )
2424 @ Test
25- @ Disabled
2625 @ DisplayName ("word beginning with e" )
2726 public void testWordBeginningWithE () {
2827 assertThat (pigLatinTranslator .translate ("ear" )).isEqualTo ("earay" );
2928 }
3029
30+ @ Disabled ("Remove to run test" )
3131 @ Test
32- @ Disabled
3332 @ DisplayName ("word beginning with i" )
3433 public void testWordBeginningWithI () {
3534 assertThat (pigLatinTranslator .translate ("igloo" )).isEqualTo ("iglooay" );
3635 }
3736
37+ @ Disabled ("Remove to run test" )
3838 @ Test
39- @ Disabled
4039 @ DisplayName ("word beginning with o" )
4140 public void testWordBeginningWithO () {
4241 assertThat (pigLatinTranslator .translate ("object" )).isEqualTo ("objectay" );
4342 }
4443
44+ @ Disabled ("Remove to run test" )
4545 @ Test
46- @ Disabled
4746 @ DisplayName ("word beginning with u" )
4847 public void testWordBeginningWithU () {
4948 assertThat (pigLatinTranslator .translate ("under" )).isEqualTo ("underay" );
5049 }
5150
51+ @ Disabled ("Remove to run test" )
5252 @ Test
53- @ Disabled
5453 @ DisplayName ("word beginning with a vowel and followed by a qu" )
5554 public void testWordBeginningWithVowelAndFollowedByQu () {
5655 assertThat (pigLatinTranslator .translate ("equal" )).isEqualTo ("equalay" );
5756 }
5857
58+ @ Disabled ("Remove to run test" )
5959 @ Test
60- @ Disabled
6160 @ DisplayName ("word beginning with p" )
6261 public void testWordBeginningWithP () {
6362 assertThat (pigLatinTranslator .translate ("pig" )).isEqualTo ("igpay" );
6463 }
6564
65+ @ Disabled ("Remove to run test" )
6666 @ Test
67- @ Disabled
6867 @ DisplayName ("word beginning with k" )
6968 public void testWordBeginningWithK () {
7069 assertThat (pigLatinTranslator .translate ("koala" )).isEqualTo ("oalakay" );
7170 }
7271
72+ @ Disabled ("Remove to run test" )
7373 @ Test
74- @ Disabled
7574 @ DisplayName ("word beginning with x" )
7675 public void testWordBeginningWithX () {
7776 assertThat (pigLatinTranslator .translate ("xenon" )).isEqualTo ("enonxay" );
7877 }
7978
79+ @ Disabled ("Remove to run test" )
8080 @ Test
81- @ Disabled
8281 @ DisplayName ("word beginning with q without a following u" )
8382 public void testWordBeginningWithQWithoutAFollowingU () {
8483 assertThat (pigLatinTranslator .translate ("qat" )).isEqualTo ("atqay" );
8584 }
8685
86+ @ Disabled ("Remove to run test" )
8787 @ Test
88- @ Disabled
8988 @ DisplayName ("word beginning with consonant and vowel containing qu" )
9089 public void testWordBeginningWithConsonantAndVowelContainingQu () {
9190 assertThat (pigLatinTranslator .translate ("liquid" )).isEqualTo ("iquidlay" );
9291 }
9392
93+ @ Disabled ("Remove to run test" )
9494 @ Test
95- @ Disabled
9695 @ DisplayName ("word beginning with ch" )
9796 public void testChTreatedLikeAConsonantAtTheBeginningOfAWord () {
9897 assertThat (pigLatinTranslator .translate ("chair" )).isEqualTo ("airchay" );
9998 }
10099
100+ @ Disabled ("Remove to run test" )
101101 @ Test
102- @ Disabled
103102 @ DisplayName ("word beginning with qu" )
104103 public void testQuTreatedLikeAConsonantAtTheBeginningOfAWord () {
105104 assertThat (pigLatinTranslator .translate ("queen" )).isEqualTo ("eenquay" );
106105 }
107106
107+ @ Disabled ("Remove to run test" )
108108 @ Test
109- @ Disabled
110109 @ DisplayName ("word beginning with qu and a preceding consonant" )
111110 public void testQuAndAPrecedingConsonantTreatedLikeAConsonantAtTheBeginningOfAWord () {
112111 assertThat (pigLatinTranslator .translate ("square" )).isEqualTo ("aresquay" );
113112 }
114113
114+ @ Disabled ("Remove to run test" )
115115 @ Test
116- @ Disabled
117116 @ DisplayName ("word beginning with th" )
118117 public void testThTreatedLikeAConsonantAtTheBeginningOfAWord () {
119118 assertThat (pigLatinTranslator .translate ("therapy" )).isEqualTo ("erapythay" );
120119 }
121120
121+ @ Disabled ("Remove to run test" )
122122 @ Test
123- @ Disabled
124123 @ DisplayName ("word beginning with thr" )
125124 public void testThrTreatedLikeAConsonantAtTheBeginningOfAWord () {
126125 assertThat (pigLatinTranslator .translate ("thrush" )).isEqualTo ("ushthray" );
127126 }
128127
128+ @ Disabled ("Remove to run test" )
129129 @ Test
130- @ Disabled
131130 @ DisplayName ("word beginning with sch" )
132131 public void testSchTreatedLikeAConsonantAtTheBeginningOfAWord () {
133132 assertThat (pigLatinTranslator .translate ("school" )).isEqualTo ("oolschay" );
134133 }
135134
135+ @ Disabled ("Remove to run test" )
136136 @ Test
137- @ Disabled
138137 @ DisplayName ("word beginning with yt" )
139138 public void testYtTreatedLikeAVowelAtTheBeginningOfAWord () {
140139 assertThat (pigLatinTranslator .translate ("yttria" )).isEqualTo ("yttriaay" );
141140 }
142141
142+ @ Disabled ("Remove to run test" )
143143 @ Test
144- @ Disabled
145144 @ DisplayName ("word beginning with xr" )
146145 public void testXrTreatedLikeAVowelAtTheBeginningOfAWord () {
147146 assertThat (pigLatinTranslator .translate ("xray" )).isEqualTo ("xrayay" );
148147 }
149148
149+ @ Disabled ("Remove to run test" )
150150 @ Test
151- @ Disabled
152151 @ DisplayName ("y is treated like a consonant at the beginning of a word" )
153152 public void testYTreatedLikeAConsonantAtTheBeginningOfAWord () {
154153 assertThat (pigLatinTranslator .translate ("yellow" )).isEqualTo ("ellowyay" );
155154 }
156155
156+ @ Disabled ("Remove to run test" )
157157 @ Test
158- @ Disabled
159158 @ DisplayName ("y is treated like a vowel at the end of a consonant cluster" )
160159 public void testYTreatedLikeAVowelAtTheEndOfAConsonantCluster () {
161160 assertThat (pigLatinTranslator .translate ("rhythm" )).isEqualTo ("ythmrhay" );
162161 }
163162
163+ @ Disabled ("Remove to run test" )
164164 @ Test
165- @ Disabled
166165 @ DisplayName ("y as second letter in two letter word" )
167166 public void testYAsSecondLetterInTwoLetterWord () {
168167 assertThat (pigLatinTranslator .translate ("my" )).isEqualTo ("ymay" );
169168 }
170169
170+ @ Disabled ("Remove to run test" )
171171 @ Test
172- @ Disabled
173172 @ DisplayName ("a whole phrase" )
174173 public void testAWholePhrase () {
175174 assertThat (pigLatinTranslator .translate ("quick fast run" )).isEqualTo ("ickquay astfay unray" );
0 commit comments