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