Quellcode durchsuchen

Merge pull request #660 from FridaTveit/KindergartenGardenIncorrectTests

kindergarten-garden: clarify test names
Stuart Kent vor 9 Jahren
Ursprung
Commit
ad65cbb7da

+ 4
- 4
exercises/kindergarten-garden/src/test/java/KindergartenGardenTest.java Datei anzeigen

126
 
126
 
127
     @Ignore("Remove to run test")
127
     @Ignore("Remove to run test")
128
     @Test
128
     @Test
129
-    public void customStudentGardenFirstStudent() {
129
+    public void customStudentGardenFirstStudentInAlphabeticalOrder() {
130
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
130
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
131
         String student = "Patricia";
131
         String student = "Patricia";
132
         String plants = "VCRRGVRG\nRVGCCGCV";
132
         String plants = "VCRRGVRG\nRVGCCGCV";
140
 
140
 
141
     @Ignore("Remove to run test")
141
     @Ignore("Remove to run test")
142
     @Test
142
     @Test
143
-    public void customStudentGardenSecondStudent() {
143
+    public void customStudentGardenSecondStudentInAlphabeticalOrder() {
144
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
144
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
145
         String student = "Roger";
145
         String student = "Roger";
146
         String plants = "VCRRGVRG\nRVGCCGCV";
146
         String plants = "VCRRGVRG\nRVGCCGCV";
154
 
154
 
155
     @Ignore("Remove to run test")
155
     @Ignore("Remove to run test")
156
     @Test
156
     @Test
157
-    public void customStudentGardenThirdStudent() {
157
+    public void customStudentGardenThirdStudentInAlphabeticalOrder() {
158
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
158
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
159
         String student = "Samantha";
159
         String student = "Samantha";
160
         String plants = "VCRRGVRG\nRVGCCGCV";
160
         String plants = "VCRRGVRG\nRVGCCGCV";
168
 
168
 
169
     @Ignore("Remove to run test")
169
     @Ignore("Remove to run test")
170
     @Test
170
     @Test
171
-    public void customStudentGardenFourthStudent() {
171
+    public void customStudentGardenFourthStudentInAlphabeticalOrder() {
172
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
172
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
173
         String student = "Xander";
173
         String student = "Xander";
174
         String plants = "VCRRGVRG\nRVGCCGCV";
174
         String plants = "VCRRGVRG\nRVGCCGCV";