Przeglądaj źródła

Merge pull request #460 from FridaTveit/BobAddIgnoreHint

bob: add hint to @Ignore annotations
Stuart Kent 9 lat temu
rodzic
commit
1ec58fe8ee
1 zmienionych plików z 17 dodań i 17 usunięć
  1. 17
    17
      exercises/bob/src/test/java/BobTest.java

+ 17
- 17
exercises/bob/src/test/java/BobTest.java Wyświetl plik

@@ -15,7 +15,7 @@ public class BobTest {
15 15
         );
16 16
     }
17 17
 
18
-    @Ignore
18
+    @Ignore("Remove to run test")
19 19
     @Test
20 20
     public void shouting() {
21 21
         assertEquals(
@@ -24,7 +24,7 @@ public class BobTest {
24 24
         );
25 25
     }
26 26
 
27
-    @Ignore
27
+    @Ignore("Remove to run test")
28 28
     @Test
29 29
     public void askingAQuestion() {
30 30
         assertEquals(
@@ -33,7 +33,7 @@ public class BobTest {
33 33
         );
34 34
     }
35 35
 
36
-    @Ignore
36
+    @Ignore("Remove to run test")
37 37
     @Test
38 38
     public void askingANumericQuestion() {
39 39
         assertEquals(
@@ -42,7 +42,7 @@ public class BobTest {
42 42
         );
43 43
     }
44 44
 
45
-    @Ignore
45
+    @Ignore("Remove to run test")
46 46
     @Test
47 47
     public void talkingForcefully() {
48 48
         assertEquals(
@@ -51,7 +51,7 @@ public class BobTest {
51 51
         );
52 52
     }
53 53
 
54
-    @Ignore
54
+    @Ignore("Remove to run test")
55 55
     @Test
56 56
     public void usingAcronymsInRegularSpeech() {
57 57
         assertEquals(
@@ -59,7 +59,7 @@ public class BobTest {
59 59
         );
60 60
     }
61 61
 
62
-    @Ignore
62
+    @Ignore("Remove to run test")
63 63
     @Test
64 64
     public void forcefulQuestions() {
65 65
         assertEquals(
@@ -67,7 +67,7 @@ public class BobTest {
67 67
         );
68 68
     }
69 69
 
70
-    @Ignore
70
+    @Ignore("Remove to run test")
71 71
     @Test
72 72
     public void shoutingNumbers() {
73 73
         assertEquals(
@@ -75,7 +75,7 @@ public class BobTest {
75 75
         );
76 76
     }
77 77
 
78
-    @Ignore
78
+    @Ignore("Remove to run test")
79 79
     @Test
80 80
     public void onlyNumbers() {
81 81
         assertEquals(
@@ -83,7 +83,7 @@ public class BobTest {
83 83
         );
84 84
     }
85 85
 
86
-    @Ignore
86
+    @Ignore("Remove to run test")
87 87
     @Test
88 88
     public void questionWithOnlyNumbers() {
89 89
         assertEquals(
@@ -91,7 +91,7 @@ public class BobTest {
91 91
         );
92 92
     }
93 93
 
94
-    @Ignore
94
+    @Ignore("Remove to run test")
95 95
     @Test
96 96
     public void shoutingWithSpecialCharacters() {
97 97
         assertEquals(
@@ -99,7 +99,7 @@ public class BobTest {
99 99
         );
100 100
     }
101 101
 
102
-    @Ignore
102
+    @Ignore("Remove to run test")
103 103
     @Test
104 104
     public void shoutingWithUmlauts() {
105 105
         assertEquals(
@@ -107,7 +107,7 @@ public class BobTest {
107 107
         );
108 108
     }
109 109
 
110
-    @Ignore
110
+    @Ignore("Remove to run test")
111 111
     @Test
112 112
     public void calmlySpeakingWithUmlauts() {
113 113
         assertEquals(
@@ -115,7 +115,7 @@ public class BobTest {
115 115
         );
116 116
     }
117 117
 
118
-    @Ignore
118
+    @Ignore("Remove to run test")
119 119
     @Test
120 120
     public void shoutingWithNoExclamationMark() {
121 121
         assertEquals(
@@ -123,7 +123,7 @@ public class BobTest {
123 123
         );
124 124
     }
125 125
 
126
-    @Ignore
126
+    @Ignore("Remove to run test")
127 127
     @Test
128 128
     public void statementContainingQuestionMark() {
129 129
         assertEquals(
@@ -131,7 +131,7 @@ public class BobTest {
131 131
         );
132 132
     }
133 133
 
134
-    @Ignore
134
+    @Ignore("Remove to run test")
135 135
     @Test
136 136
     public void prattlingOn() {
137 137
         assertEquals(
@@ -139,7 +139,7 @@ public class BobTest {
139 139
         );
140 140
     }
141 141
 
142
-    @Ignore
142
+    @Ignore("Remove to run test")
143 143
     @Test
144 144
     public void silence() {
145 145
         assertEquals(
@@ -147,7 +147,7 @@ public class BobTest {
147 147
         );
148 148
     }
149 149
 
150
-    @Ignore
150
+    @Ignore("Remove to run test")
151 151
     @Test
152 152
     public void prolongedSilence() {
153 153
         assertEquals(