@@ -16,306 +16,306 @@ public void Arith_arith001_Test()
1616 {
1717 OutputHelper . WriteLine ( "Section 7.4 " ) ;
1818 OutputHelper . WriteLine ( "This code tests basic literal integral arthimetic additive expressions." ) ;
19- Assert . True ( Arith_TestClass_arith001 . testMethod ( ) ) ;
19+ Assert . IsTrue ( Arith_TestClass_arith001 . testMethod ( ) ) ;
2020 }
2121
2222 [ TestMethod ]
2323 public void Arith_arith003_Test ( )
2424 {
2525 OutputHelper . WriteLine ( "Section 7.4 " ) ;
2626 OutputHelper . WriteLine ( "This code tests basic literal integral arthimetic multiplicative expressions." ) ;
27- Assert . True ( Arith_TestClass_arith003 . testMethod ( ) ) ;
27+ Assert . IsTrue ( Arith_TestClass_arith003 . testMethod ( ) ) ;
2828 }
2929
3030 [ TestMethod ]
3131 public void Arith_arith005_Test ( )
3232 {
3333 OutputHelper . WriteLine ( "Section 7.4 " ) ;
3434 OutputHelper . WriteLine ( "This code tests basic integral arthimetic additive expressions using variables." ) ;
35- Assert . True ( Arith_TestClass_arith005 . testMethod ( ) ) ;
35+ Assert . IsTrue ( Arith_TestClass_arith005 . testMethod ( ) ) ;
3636 }
3737
3838 [ TestMethod ]
3939 public void Arith_arith007_Test ( )
4040 {
4141 OutputHelper . WriteLine ( "Section 7.4 " ) ;
4242 OutputHelper . WriteLine ( "This code tests basic integral arthimetic multiplicative expressions with variables." ) ;
43- Assert . True ( Arith_TestClass_arith007 . testMethod ( ) ) ;
43+ Assert . IsTrue ( Arith_TestClass_arith007 . testMethod ( ) ) ;
4444 }
4545
4646 [ TestMethod ]
4747 public void Arith_arith023_Test ( )
4848 {
4949 OutputHelper . WriteLine ( "Section 7.4 " ) ;
5050 OutputHelper . WriteLine ( "This code tests enum additive expressions." ) ;
51- Assert . True ( Arith_TestClass_arith023 . testMethod ( ) ) ;
51+ Assert . IsTrue ( Arith_TestClass_arith023 . testMethod ( ) ) ;
5252 }
5353
5454 [ TestMethod ]
5555 public void Arith_arith024_Test ( )
5656 {
5757 OutputHelper . WriteLine ( "Section 7.4 " ) ;
5858 OutputHelper . WriteLine ( "This code tests enum additive expressions." ) ;
59- Assert . True ( Arith_TestClass_arith024 . testMethod ( ) ) ;
59+ Assert . IsTrue ( Arith_TestClass_arith024 . testMethod ( ) ) ;
6060 }
6161
6262 [ TestMethod ]
6363 public void Arith_arith028_Test ( )
6464 {
6565 OutputHelper . WriteLine ( "Section 7.7" ) ;
66- Assert . True ( Arith_TestClass_arith028 . testMethod ( ) ) ;
66+ Assert . IsTrue ( Arith_TestClass_arith028 . testMethod ( ) ) ;
6767 }
6868
6969 [ TestMethod ]
7070 public void Arith_arith029_Test ( )
7171 {
7272 OutputHelper . WriteLine ( "Section 7.7" ) ;
73- Assert . True ( Arith_TestClass_arith029 . testMethod ( ) ) ;
73+ Assert . IsTrue ( Arith_TestClass_arith029 . testMethod ( ) ) ;
7474 }
7575
7676 [ TestMethod ]
7777 public void Arith_arith030_Test ( )
7878 {
7979 OutputHelper . WriteLine ( "Section 7.7" ) ;
80- Assert . True ( Arith_TestClass_arith030 . testMethod ( ) ) ;
80+ Assert . IsTrue ( Arith_TestClass_arith030 . testMethod ( ) ) ;
8181 }
8282
8383 [ TestMethod ]
8484 public void Arith_arith031_Test ( )
8585 {
8686 OutputHelper . WriteLine ( "Section 7.7" ) ;
87- Assert . True ( Arith_TestClass_arith031 . testMethod ( ) ) ;
87+ Assert . IsTrue ( Arith_TestClass_arith031 . testMethod ( ) ) ;
8888 }
8989
9090 [ TestMethod ]
9191 public void Arith_arith032_Test ( )
9292 {
9393 OutputHelper . WriteLine ( "Section 7.7" ) ;
94- Assert . True ( Arith_TestClass_arith032 . testMethod ( ) ) ;
94+ Assert . IsTrue ( Arith_TestClass_arith032 . testMethod ( ) ) ;
9595 }
9696
9797 [ TestMethod ]
9898 public void Arith_arith033_Test ( )
9999 {
100100 OutputHelper . WriteLine ( "Section 7.7" ) ;
101- Assert . True ( Arith_TestClass_arith033 . testMethod ( ) ) ;
101+ Assert . IsTrue ( Arith_TestClass_arith033 . testMethod ( ) ) ;
102102 }
103103
104104 [ TestMethod ]
105105 public void Arith_arith034_Test ( )
106106 {
107107 OutputHelper . WriteLine ( "Section 7.7" ) ;
108- Assert . True ( Arith_TestClass_arith034 . testMethod ( ) ) ;
108+ Assert . IsTrue ( Arith_TestClass_arith034 . testMethod ( ) ) ;
109109 }
110110
111111 [ TestMethod ]
112112 public void Arith_arith035_Test ( )
113113 {
114114 OutputHelper . WriteLine ( "Section 7.7" ) ;
115- Assert . True ( Arith_TestClass_arith035 . testMethod ( ) ) ;
115+ Assert . IsTrue ( Arith_TestClass_arith035 . testMethod ( ) ) ;
116116 }
117117
118118 [ TestMethod ]
119119 public void Arith_arith036_Test ( )
120120 {
121121 OutputHelper . WriteLine ( "Section 7.7" ) ;
122- Assert . True ( Arith_TestClass_arith036 . testMethod ( ) ) ;
122+ Assert . IsTrue ( Arith_TestClass_arith036 . testMethod ( ) ) ;
123123 }
124124
125125 [ TestMethod ]
126126 public void Arith_arith037_Test ( )
127127 {
128128 OutputHelper . WriteLine ( "Section 7.7" ) ;
129- Assert . True ( Arith_TestClass_arith037 . testMethod ( ) ) ;
129+ Assert . IsTrue ( Arith_TestClass_arith037 . testMethod ( ) ) ;
130130 }
131131
132132 [ TestMethod ]
133133 public void Arith_arith038_Test ( )
134134 {
135135 OutputHelper . WriteLine ( "Section 7.7" ) ;
136- Assert . True ( Arith_TestClass_arith038 . testMethod ( ) ) ;
136+ Assert . IsTrue ( Arith_TestClass_arith038 . testMethod ( ) ) ;
137137 }
138138
139139 [ TestMethod ]
140140 public void Arith_arith039_Test ( )
141141 {
142142 OutputHelper . WriteLine ( "Section 7.7" ) ;
143- Assert . True ( Arith_TestClass_arith039 . testMethod ( ) ) ;
143+ Assert . IsTrue ( Arith_TestClass_arith039 . testMethod ( ) ) ;
144144 }
145145
146146 [ TestMethod ]
147147 public void Arith_arith040_Test ( )
148148 {
149149 OutputHelper . WriteLine ( "Section 7.7" ) ;
150- Assert . True ( Arith_TestClass_arith040 . testMethod ( ) ) ;
150+ Assert . IsTrue ( Arith_TestClass_arith040 . testMethod ( ) ) ;
151151 }
152152
153153 [ TestMethod ]
154154 public void Arith_arith041_Test ( )
155155 {
156156 OutputHelper . WriteLine ( "Section 7.7" ) ;
157- Assert . True ( Arith_TestClass_arith041 . testMethod ( ) ) ;
157+ Assert . IsTrue ( Arith_TestClass_arith041 . testMethod ( ) ) ;
158158 }
159159
160160 [ TestMethod ]
161161 public void Arith_arith042_Test ( )
162162 {
163163 OutputHelper . WriteLine ( "Section 7.7" ) ;
164- Assert . True ( Arith_TestClass_arith042 . testMethod ( ) ) ;
164+ Assert . IsTrue ( Arith_TestClass_arith042 . testMethod ( ) ) ;
165165 }
166166
167167 [ TestMethod ]
168168 public void Arith_arith043_Test ( )
169169 {
170170 OutputHelper . WriteLine ( "Section 7.7" ) ;
171- Assert . True ( Arith_TestClass_arith043 . testMethod ( ) ) ;
171+ Assert . IsTrue ( Arith_TestClass_arith043 . testMethod ( ) ) ;
172172 }
173173
174174 [ TestMethod ]
175175 public void Arith_arith044_Test ( )
176176 {
177177 OutputHelper . WriteLine ( "Section 7.7" ) ;
178- Assert . True ( Arith_TestClass_arith044 . testMethod ( ) ) ;
178+ Assert . IsTrue ( Arith_TestClass_arith044 . testMethod ( ) ) ;
179179 }
180180
181181 [ TestMethod ]
182182 public void Arith_arith045_Test ( )
183183 {
184184 OutputHelper . WriteLine ( "Section 7.7" ) ;
185- Assert . True ( Arith_TestClass_arith045 . testMethod ( ) ) ;
185+ Assert . IsTrue ( Arith_TestClass_arith045 . testMethod ( ) ) ;
186186 }
187187
188188 [ TestMethod ]
189189 public void Arith_arith046_Test ( )
190190 {
191191 OutputHelper . WriteLine ( "Section 7.7" ) ;
192- Assert . True ( Arith_TestClass_arith046 . testMethod ( ) ) ;
192+ Assert . IsTrue ( Arith_TestClass_arith046 . testMethod ( ) ) ;
193193 }
194194
195195 [ TestMethod ]
196196 public void Arith_arith047_Test ( )
197197 {
198198 OutputHelper . WriteLine ( "Section 7.7" ) ;
199- Assert . True ( Arith_TestClass_arith047 . testMethod ( ) ) ;
199+ Assert . IsTrue ( Arith_TestClass_arith047 . testMethod ( ) ) ;
200200 }
201201
202202 [ TestMethod ]
203203 public void Arith_arith048_Test ( )
204204 {
205205 OutputHelper . WriteLine ( "Section 7.7" ) ;
206- Assert . True ( Arith_TestClass_arith048 . testMethod ( ) ) ;
206+ Assert . IsTrue ( Arith_TestClass_arith048 . testMethod ( ) ) ;
207207 }
208208
209209 [ TestMethod ]
210210 public void Arith_arith049_Test ( )
211211 {
212212 OutputHelper . WriteLine ( "Section 7.7" ) ;
213- Assert . True ( Arith_TestClass_arith049 . testMethod ( ) ) ;
213+ Assert . IsTrue ( Arith_TestClass_arith049 . testMethod ( ) ) ;
214214 }
215215
216216 [ TestMethod ]
217217 public void Arith_arith050_Test ( )
218218 {
219219 OutputHelper . WriteLine ( "Section 7.7" ) ;
220- Assert . True ( Arith_TestClass_arith050 . testMethod ( ) ) ;
220+ Assert . IsTrue ( Arith_TestClass_arith050 . testMethod ( ) ) ;
221221 }
222222
223223 [ TestMethod ]
224224 public void Arith_arith051_Test ( )
225225 {
226226 OutputHelper . WriteLine ( "Section 7.7" ) ;
227- Assert . True ( Arith_TestClass_arith051 . testMethod ( ) ) ;
227+ Assert . IsTrue ( Arith_TestClass_arith051 . testMethod ( ) ) ;
228228 }
229229
230230 [ TestMethod ]
231231 public void Arith_arith052_Test ( )
232232 {
233233 OutputHelper . WriteLine ( "Section 7.7" ) ;
234- Assert . True ( Arith_TestClass_arith052 . testMethod ( ) ) ;
234+ Assert . IsTrue ( Arith_TestClass_arith052 . testMethod ( ) ) ;
235235 }
236236
237237 [ TestMethod ]
238238 public void Arith_arith053_Test ( )
239239 {
240240 OutputHelper . WriteLine ( "Section 7.7" ) ;
241- Assert . True ( Arith_TestClass_arith053 . testMethod ( ) ) ;
241+ Assert . IsTrue ( Arith_TestClass_arith053 . testMethod ( ) ) ;
242242 }
243243
244244 [ TestMethod ]
245245 public void Arith_arith054_Test ( )
246246 {
247247 OutputHelper . WriteLine ( "Section 7.7" ) ;
248- Assert . True ( Arith_TestClass_arith054 . testMethod ( ) ) ;
248+ Assert . IsTrue ( Arith_TestClass_arith054 . testMethod ( ) ) ;
249249 }
250250
251251 [ TestMethod ]
252252 public void Arith_arith055_Test ( )
253253 {
254254 OutputHelper . WriteLine ( "Section 7.7" ) ;
255- Assert . True ( Arith_TestClass_arith055 . testMethod ( ) ) ;
255+ Assert . IsTrue ( Arith_TestClass_arith055 . testMethod ( ) ) ;
256256 }
257257
258258 [ TestMethod ]
259259 public void Arith_arith056_Test ( )
260260 {
261261 OutputHelper . WriteLine ( "Section 7.7" ) ;
262- Assert . True ( Arith_TestClass_arith056 . testMethod ( ) ) ;
262+ Assert . IsTrue ( Arith_TestClass_arith056 . testMethod ( ) ) ;
263263 }
264264
265265 [ TestMethod ]
266266 public void Arith_arith057_Test ( )
267267 {
268268 OutputHelper . WriteLine ( "Section 7.7" ) ;
269- Assert . True ( Arith_TestClass_arith057 . testMethod ( ) ) ;
269+ Assert . IsTrue ( Arith_TestClass_arith057 . testMethod ( ) ) ;
270270 }
271271
272272 [ TestMethod ]
273273 public void Arith_arith058_Test ( )
274274 {
275275 OutputHelper . WriteLine ( "Section 7.7" ) ;
276- Assert . True ( Arith_TestClass_arith058 . testMethod ( ) ) ;
276+ Assert . IsTrue ( Arith_TestClass_arith058 . testMethod ( ) ) ;
277277 }
278278
279279 [ TestMethod ]
280280 public void Arith_arith059_Test ( )
281281 {
282282 OutputHelper . WriteLine ( "Section 7.7" ) ;
283- Assert . True ( Arith_TestClass_arith059 . testMethod ( ) ) ;
283+ Assert . IsTrue ( Arith_TestClass_arith059 . testMethod ( ) ) ;
284284 }
285285
286286 [ TestMethod ]
287287 public void Arith_arith060_Test ( )
288288 {
289289 OutputHelper . WriteLine ( "Section 7.7" ) ;
290- Assert . True ( Arith_TestClass_arith060 . testMethod ( ) ) ;
290+ Assert . IsTrue ( Arith_TestClass_arith060 . testMethod ( ) ) ;
291291 }
292292
293293 [ TestMethod ]
294294 public void Arith_arith061_Test ( )
295295 {
296296 OutputHelper . WriteLine ( "Section 7.7" ) ;
297- Assert . True ( Arith_TestClass_arith061 . testMethod ( ) ) ;
297+ Assert . IsTrue ( Arith_TestClass_arith061 . testMethod ( ) ) ;
298298 }
299299
300300 [ TestMethod ]
301301 public void Arith_arith062_Test ( )
302302 {
303303 OutputHelper . WriteLine ( "Section 7.7" ) ;
304- Assert . True ( Arith_TestClass_arith062 . testMethod ( ) ) ;
304+ Assert . IsTrue ( Arith_TestClass_arith062 . testMethod ( ) ) ;
305305 }
306306
307307 [ TestMethod ]
308308 public void Arith_arith064_Test ( )
309309 {
310310 OutputHelper . WriteLine ( "Section 7.7" ) ;
311- Assert . True ( Arith_TestClass_arith064 . testMethod ( ) ) ;
311+ Assert . IsTrue ( Arith_TestClass_arith064 . testMethod ( ) ) ;
312312 }
313313
314314 [ TestMethod ]
315315 public void Arith_arith065_Test ( )
316316 {
317317 OutputHelper . WriteLine ( "Section 7.7" ) ;
318- Assert . True ( Arith_TestClass_arith065 . testMethod ( ) ) ;
318+ Assert . IsTrue ( Arith_TestClass_arith065 . testMethod ( ) ) ;
319319 }
320320
321321 //Compiled Test Cases
0 commit comments