Lines Matching refs:check

245   private static void check(boolean b) {  in check()  method in SubClass
252 check(otherProtectedClassPublicBooleanInstanceField == true); in doDirectTests()
253 check(otherProtectedClassPublicByteInstanceField == 2); in doDirectTests()
254 check(otherProtectedClassPublicCharInstanceField == 3); in doDirectTests()
255 check(otherProtectedClassPublicShortInstanceField == 4); in doDirectTests()
256 check(otherProtectedClassPublicIntInstanceField == 5); in doDirectTests()
257 check(otherProtectedClassPublicLongInstanceField == 6); in doDirectTests()
258 check(otherProtectedClassPublicFloatInstanceField == 7.0f); in doDirectTests()
259 check(otherProtectedClassPublicDoubleInstanceField == 8.0); in doDirectTests()
260 check(otherProtectedClassPublicObjectInstanceField == "9"); in doDirectTests()
262 check(otherProtectedClassProtectedBooleanInstanceField == true); in doDirectTests()
263 check(otherProtectedClassProtectedByteInstanceField == 10); in doDirectTests()
264 check(otherProtectedClassProtectedCharInstanceField == 11); in doDirectTests()
265 check(otherProtectedClassProtectedShortInstanceField == 12); in doDirectTests()
266 check(otherProtectedClassProtectedIntInstanceField == 13); in doDirectTests()
267 check(otherProtectedClassProtectedLongInstanceField == 14); in doDirectTests()
268 check(otherProtectedClassProtectedFloatInstanceField == 15.0f); in doDirectTests()
269 check(otherProtectedClassProtectedDoubleInstanceField == 16.0); in doDirectTests()
270 check(otherProtectedClassProtectedObjectInstanceField == "17"); in doDirectTests()
292 check(otherProtectedClassPublicBooleanStaticField == true); in doDirectTests()
293 check(otherProtectedClassPublicByteStaticField == 34); in doDirectTests()
294 check(otherProtectedClassPublicCharStaticField == 35); in doDirectTests()
295 check(otherProtectedClassPublicShortStaticField == 36); in doDirectTests()
296 check(otherProtectedClassPublicIntStaticField == 37); in doDirectTests()
297 check(otherProtectedClassPublicLongStaticField == 38); in doDirectTests()
298 check(otherProtectedClassPublicFloatStaticField == 39.0f); in doDirectTests()
299 check(otherProtectedClassPublicDoubleStaticField == 40.0); in doDirectTests()
300 check(otherProtectedClassPublicObjectStaticField == "41"); in doDirectTests()
302 check(otherProtectedClassProtectedBooleanStaticField == true); in doDirectTests()
303 check(otherProtectedClassProtectedByteStaticField == 42); in doDirectTests()
304 check(otherProtectedClassProtectedCharStaticField == 43); in doDirectTests()
305 check(otherProtectedClassProtectedShortStaticField == 44); in doDirectTests()
306 check(otherProtectedClassProtectedIntStaticField == 45); in doDirectTests()
307 check(otherProtectedClassProtectedLongStaticField == 46); in doDirectTests()
308 check(otherProtectedClassProtectedFloatStaticField == 47.0f); in doDirectTests()
309 check(otherProtectedClassProtectedDoubleStaticField == 48.0); in doDirectTests()
310 check(otherProtectedClassProtectedObjectStaticField == "49"); in doDirectTests()
332 check(otherPublicClassPublicBooleanInstanceField == true); in doDirectTests()
333 check(otherPublicClassPublicByteInstanceField == -2); in doDirectTests()
334 check(otherPublicClassPublicCharInstanceField == (char)-3); in doDirectTests()
335 check(otherPublicClassPublicShortInstanceField == -4); in doDirectTests()
336 check(otherPublicClassPublicIntInstanceField == -5); in doDirectTests()
337 check(otherPublicClassPublicLongInstanceField == -6); in doDirectTests()
338 check(otherPublicClassPublicFloatInstanceField == -7.0f); in doDirectTests()
339 check(otherPublicClassPublicDoubleInstanceField == -8.0); in doDirectTests()
340 check(otherPublicClassPublicObjectInstanceField == "-9"); in doDirectTests()
342 check(otherPublicClassProtectedBooleanInstanceField == true); in doDirectTests()
343 check(otherPublicClassProtectedByteInstanceField == -10); in doDirectTests()
344 check(otherPublicClassProtectedCharInstanceField == (char)-11); in doDirectTests()
345 check(otherPublicClassProtectedShortInstanceField == -12); in doDirectTests()
346 check(otherPublicClassProtectedIntInstanceField == -13); in doDirectTests()
347 check(otherPublicClassProtectedLongInstanceField == -14); in doDirectTests()
348 check(otherPublicClassProtectedFloatInstanceField == -15.0f); in doDirectTests()
349 check(otherPublicClassProtectedDoubleInstanceField == -16.0); in doDirectTests()
350 check(otherPublicClassProtectedObjectInstanceField == "-17"); in doDirectTests()
372 check(otherPublicClassPublicBooleanStaticField == true); in doDirectTests()
373 check(otherPublicClassPublicByteStaticField == -34); in doDirectTests()
374 check(otherPublicClassPublicCharStaticField == (char)-35); in doDirectTests()
375 check(otherPublicClassPublicShortStaticField == -36); in doDirectTests()
376 check(otherPublicClassPublicIntStaticField == -37); in doDirectTests()
377 check(otherPublicClassPublicLongStaticField == -38); in doDirectTests()
378 check(otherPublicClassPublicFloatStaticField == -39.0f); in doDirectTests()
379 check(otherPublicClassPublicDoubleStaticField == -40.0); in doDirectTests()
380 check(otherPublicClassPublicObjectStaticField == "-41"); in doDirectTests()
382 check(otherPublicClassProtectedBooleanStaticField == true); in doDirectTests()
383 check(otherPublicClassProtectedByteStaticField == -42); in doDirectTests()
384 check(otherPublicClassProtectedCharStaticField == (char)-43); in doDirectTests()
385 check(otherPublicClassProtectedShortStaticField == -44); in doDirectTests()
386 check(otherPublicClassProtectedIntStaticField == -45); in doDirectTests()
387 check(otherPublicClassProtectedLongStaticField == -46); in doDirectTests()
388 check(otherPublicClassProtectedFloatStaticField == -47.0f); in doDirectTests()
389 check(otherPublicClassProtectedDoubleStaticField == -48.0); in doDirectTests()
390 check(otherPublicClassProtectedObjectStaticField == "-49"); in doDirectTests()
413 check(s.samePackagePublicBooleanInstanceField == true); in doDirectTests()
414 check(s.samePackagePublicByteInstanceField == 2); in doDirectTests()
415 check(s.samePackagePublicCharInstanceField == 3); in doDirectTests()
416 check(s.samePackagePublicShortInstanceField == 4); in doDirectTests()
417 check(s.samePackagePublicIntInstanceField == 5); in doDirectTests()
418 check(s.samePackagePublicLongInstanceField == 6); in doDirectTests()
419 check(s.samePackagePublicFloatInstanceField == 7.0f); in doDirectTests()
420 check(s.samePackagePublicDoubleInstanceField == 8.0); in doDirectTests()
421 check(s.samePackagePublicObjectInstanceField == "9"); in doDirectTests()
423 check(s.samePackageProtectedBooleanInstanceField == true); in doDirectTests()
424 check(s.samePackageProtectedByteInstanceField == 10); in doDirectTests()
425 check(s.samePackageProtectedCharInstanceField == 11); in doDirectTests()
426 check(s.samePackageProtectedShortInstanceField == 12); in doDirectTests()
427 check(s.samePackageProtectedIntInstanceField == 13); in doDirectTests()
428 check(s.samePackageProtectedLongInstanceField == 14); in doDirectTests()
429 check(s.samePackageProtectedFloatInstanceField == 15.0f); in doDirectTests()
430 check(s.samePackageProtectedDoubleInstanceField == 16.0); in doDirectTests()
431 check(s.samePackageProtectedObjectInstanceField == "17"); in doDirectTests()
443 check(s.samePackagePackageBooleanInstanceField == true); in doDirectTests()
444 check(s.samePackagePackageByteInstanceField == 26); in doDirectTests()
445 check(s.samePackagePackageCharInstanceField == 27); in doDirectTests()
446 check(s.samePackagePackageShortInstanceField == 28); in doDirectTests()
447 check(s.samePackagePackageIntInstanceField == 29); in doDirectTests()
448 check(s.samePackagePackageLongInstanceField == 30); in doDirectTests()
449 check(s.samePackagePackageFloatInstanceField == 31.0f); in doDirectTests()
450 check(s.samePackagePackageDoubleInstanceField == 32.0); in doDirectTests()
451 check(s.samePackagePackageObjectInstanceField == "33"); in doDirectTests()
453 check(SamePackage.samePackagePublicBooleanStaticField == true); in doDirectTests()
454 check(SamePackage.samePackagePublicByteStaticField == 34); in doDirectTests()
455 check(SamePackage.samePackagePublicCharStaticField == 35); in doDirectTests()
456 check(SamePackage.samePackagePublicShortStaticField == 36); in doDirectTests()
457 check(SamePackage.samePackagePublicIntStaticField == 37); in doDirectTests()
458 check(SamePackage.samePackagePublicLongStaticField == 38); in doDirectTests()
459 check(SamePackage.samePackagePublicFloatStaticField == 39.0f); in doDirectTests()
460 check(SamePackage.samePackagePublicDoubleStaticField == 40.0); in doDirectTests()
461 check(SamePackage.samePackagePublicObjectStaticField == "41"); in doDirectTests()
463 check(SamePackage.samePackageProtectedBooleanStaticField == true); in doDirectTests()
464 check(SamePackage.samePackageProtectedByteStaticField == 42); in doDirectTests()
465 check(SamePackage.samePackageProtectedCharStaticField == 43); in doDirectTests()
466 check(SamePackage.samePackageProtectedShortStaticField == 44); in doDirectTests()
467 check(SamePackage.samePackageProtectedIntStaticField == 45); in doDirectTests()
468 check(SamePackage.samePackageProtectedLongStaticField == 46); in doDirectTests()
469 check(SamePackage.samePackageProtectedFloatStaticField == 47.0f); in doDirectTests()
470 check(SamePackage.samePackageProtectedDoubleStaticField == 48.0); in doDirectTests()
471 check(SamePackage.samePackageProtectedObjectStaticField == "49"); in doDirectTests()
483 check(SamePackage.samePackagePackageBooleanStaticField == true); in doDirectTests()
484 check(SamePackage.samePackagePackageByteStaticField == 58); in doDirectTests()
485 check(SamePackage.samePackagePackageCharStaticField == 59); in doDirectTests()
486 check(SamePackage.samePackagePackageShortStaticField == 60); in doDirectTests()
487 check(SamePackage.samePackagePackageIntStaticField == 61); in doDirectTests()
488 check(SamePackage.samePackagePackageLongStaticField == 62); in doDirectTests()
489 check(SamePackage.samePackagePackageFloatStaticField == 63.0f); in doDirectTests()
490 check(SamePackage.samePackagePackageDoubleStaticField == 64.0); in doDirectTests()
491 check(SamePackage.samePackagePackageObjectStaticField == "65"); in doDirectTests()
549 check(fields.length == 72); in doReflectionTests()
551 check(methods.length == 4); in doReflectionTests()
557 check(fields.length == 72); in doReflectionTests()
559 check(methods.length == 4); in doReflectionTests()
564 check(fields.length == 72); in doReflectionTests()
566 check(methods.length == 4); in doReflectionTests()