Ver código fonte

Uncommented @Ignore's

Logan Stucki 9 anos atrás
pai
commit
86ab57d498

+ 12
- 12
exercises/kindergarten-garden/src/test/java/KindergartenGardenTest.java Ver arquivo

20
         );
20
         );
21
     }
21
     }
22
 
22
 
23
-    //@Ignore("Remove to run test")
23
+    @Ignore("Remove to run test")
24
     @Test
24
     @Test
25
     public void singleStudent2() {
25
     public void singleStudent2() {
26
         String student = "Alice";
26
         String student = "Alice";
33
         );
33
         );
34
     }
34
     }
35
 
35
 
36
-    //@Ignore("Remove to run test")
36
+    @Ignore("Remove to run test")
37
     @Test
37
     @Test
38
     public void twoStudents() {
38
     public void twoStudents() {
39
         String student = "Bob";
39
         String student = "Bob";
46
         );
46
         );
47
     }
47
     }
48
 
48
 
49
-    //@Ignore("Remove to run test")
49
+    @Ignore("Remove to run test")
50
     @Test
50
     @Test
51
     public void oneGardenSecondStudent() {
51
     public void oneGardenSecondStudent() {
52
         String student = "Bob";
52
         String student = "Bob";
59
         );
59
         );
60
     }
60
     }
61
 
61
 
62
-    //@Ignore("Remove to run test")
62
+    @Ignore("Remove to run test")
63
     @Test
63
     @Test
64
     public void oneGardenThirdStudent() {
64
     public void oneGardenThirdStudent() {
65
         String student = "Charlie";
65
         String student = "Charlie";
72
         );
72
         );
73
     }
73
     }
74
 
74
 
75
-    //@Ignore("Remove to run test")
75
+    @Ignore("Remove to run test")
76
     @Test
76
     @Test
77
     public void fullGardenFirstStudent() {
77
     public void fullGardenFirstStudent() {
78
         String student = "Alice";
78
         String student = "Alice";
85
         );
85
         );
86
     }
86
     }
87
 
87
 
88
-    //@Ignore("Remove to run test")
88
+    @Ignore("Remove to run test")
89
     @Test
89
     @Test
90
     public void fullGardenSecondStudent() {
90
     public void fullGardenSecondStudent() {
91
         String student = "Bob";
91
         String student = "Bob";
98
         );
98
         );
99
     }
99
     }
100
 
100
 
101
-    //@Ignore("Remove to run test")
101
+    @Ignore("Remove to run test")
102
     @Test
102
     @Test
103
     public void fullGardenSecondToLastStudent() {
103
     public void fullGardenSecondToLastStudent() {
104
         String student = "Kincaid";
104
         String student = "Kincaid";
111
         );
111
         );
112
     }
112
     }
113
 
113
 
114
-    //@Ignore("Remove to run test")
114
+    @Ignore("Remove to run test")
115
     @Test
115
     @Test
116
     public void fullGardenLastStudent() {
116
     public void fullGardenLastStudent() {
117
         String student = "Larry";
117
         String student = "Larry";
124
         );
124
         );
125
     }
125
     }
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 customStudentGardenFirstStudent() {
130
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
130
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
138
         );
138
         );
139
     }
139
     }
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 customStudentGardenSecondStudent() {
144
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
144
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
152
         );
152
         );
153
     }
153
     }
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 customStudentGardenThirdStudent() {
158
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
158
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
166
         );
166
         );
167
     }
167
     }
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 customStudentGardenFourthStudent() {
172
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};
172
         String[] studentArray = {"Samantha", "Patricia", "Xander", "Roger"};