|
|
@@ -18,7 +18,7 @@ public class SumOfMultiplesTest {
|
|
18
|
18
|
}
|
|
19
|
19
|
|
|
20
|
20
|
@Test
|
|
21
|
|
- @Ignore
|
|
|
21
|
+ @Ignore("Remove to run test")
|
|
22
|
22
|
public void testSumOfMultiplesOf3and5UpToFour() {
|
|
23
|
23
|
|
|
24
|
24
|
int[] set = {
|
|
|
@@ -31,7 +31,7 @@ public class SumOfMultiplesTest {
|
|
31
|
31
|
}
|
|
32
|
32
|
|
|
33
|
33
|
@Test
|
|
34
|
|
- @Ignore
|
|
|
34
|
+ @Ignore("Remove to run test")
|
|
35
|
35
|
public void testSumOfMultiplesOf3and5UpToTen() {
|
|
36
|
36
|
|
|
37
|
37
|
int[] set = {
|
|
|
@@ -44,7 +44,7 @@ public class SumOfMultiplesTest {
|
|
44
|
44
|
}
|
|
45
|
45
|
|
|
46
|
46
|
@Test
|
|
47
|
|
- @Ignore
|
|
|
47
|
+ @Ignore("Remove to run test")
|
|
48
|
48
|
public void testSumOfMultiplesOf3and5UpToOneHundred() {
|
|
49
|
49
|
|
|
50
|
50
|
int[] set = {
|
|
|
@@ -57,7 +57,7 @@ public class SumOfMultiplesTest {
|
|
57
|
57
|
}
|
|
58
|
58
|
|
|
59
|
59
|
@Test
|
|
60
|
|
- @Ignore
|
|
|
60
|
+ @Ignore("Remove to run test")
|
|
61
|
61
|
public void testSumOfMultiplesOf3and5UpToOneThousand() {
|
|
62
|
62
|
|
|
63
|
63
|
int[] set = {
|
|
|
@@ -70,7 +70,7 @@ public class SumOfMultiplesTest {
|
|
70
|
70
|
}
|
|
71
|
71
|
|
|
72
|
72
|
@Test
|
|
73
|
|
- @Ignore
|
|
|
73
|
+ @Ignore("Remove to run test")
|
|
74
|
74
|
public void testSumOfMultiplesOf7and13and17UpToTwenty() {
|
|
75
|
75
|
|
|
76
|
76
|
int[] set = {
|
|
|
@@ -84,7 +84,7 @@ public class SumOfMultiplesTest {
|
|
84
|
84
|
}
|
|
85
|
85
|
|
|
86
|
86
|
@Test
|
|
87
|
|
- @Ignore
|
|
|
87
|
+ @Ignore("Remove to run test")
|
|
88
|
88
|
public void testSumOfMultiplesOf4and6UpToFifteen() {
|
|
89
|
89
|
|
|
90
|
90
|
int[] set = {
|
|
|
@@ -97,7 +97,7 @@ public class SumOfMultiplesTest {
|
|
97
|
97
|
}
|
|
98
|
98
|
|
|
99
|
99
|
@Test
|
|
100
|
|
- @Ignore
|
|
|
100
|
+ @Ignore("Remove to run test")
|
|
101
|
101
|
public void testSumOfMultiplesOf5and6and8UpToOneHundredFifty() {
|
|
102
|
102
|
|
|
103
|
103
|
int[] set = {
|
|
|
@@ -111,7 +111,7 @@ public class SumOfMultiplesTest {
|
|
111
|
111
|
}
|
|
112
|
112
|
|
|
113
|
113
|
@Test
|
|
114
|
|
- @Ignore
|
|
|
114
|
+ @Ignore("Remove to run test")
|
|
115
|
115
|
public void testSumOfMultiplesOf5and25UpToTwoHundredSeventyFive() {
|
|
116
|
116
|
|
|
117
|
117
|
int[] set = {
|
|
|
@@ -124,7 +124,7 @@ public class SumOfMultiplesTest {
|
|
124
|
124
|
}
|
|
125
|
125
|
|
|
126
|
126
|
@Test
|
|
127
|
|
- @Ignore
|
|
|
127
|
+ @Ignore("Remove to run test")
|
|
128
|
128
|
public void testSumOfMultiplesOf43and47UpToTenThousand() {
|
|
129
|
129
|
|
|
130
|
130
|
int[] set = {
|
|
|
@@ -137,7 +137,7 @@ public class SumOfMultiplesTest {
|
|
137
|
137
|
}
|
|
138
|
138
|
|
|
139
|
139
|
@Test
|
|
140
|
|
- @Ignore
|
|
|
140
|
+ @Ignore("Remove to run test")
|
|
141
|
141
|
public void testSumOfMultiplesOfOneUpToOneHundred() {
|
|
142
|
142
|
|
|
143
|
143
|
int[] set = {
|
|
|
@@ -149,7 +149,7 @@ public class SumOfMultiplesTest {
|
|
149
|
149
|
}
|
|
150
|
150
|
|
|
151
|
151
|
@Test
|
|
152
|
|
- @Ignore
|
|
|
152
|
+ @Ignore("Remove to run test")
|
|
153
|
153
|
public void testSumOfMultiplesOfNoneUpToTenThousand() {
|
|
154
|
154
|
|
|
155
|
155
|
int[] set = {};
|