Lines Matching refs:getClass

484             System.out.println(expected.getClass());  in test()
491 System.out.println(expected.getClass()); in test()
497 assertEquals(WrongMethodTypeException.class, expected.getCause().getClass()); in test()
499 System.out.print(expected.getClass()); in test()
501 System.out.println(expected.getCause().getClass()); in test()
507 assertEquals(ClassCastException.class, expected.getCause().getClass()); in test()
509 System.out.print(expected.getClass()); in test()
511 System.out.println(expected.getCause().getClass()); in test()
517 assertEquals(ClassCastException.class, expected.getCause().getClass()); in test()
519 System.out.print(expected.getClass()); in test()
521 System.out.println(expected.getCause().getClass()); in test()
527 assertEquals(ClassCastException.class, expected.getCause().getClass()); in test()
529 System.out.print(expected.getClass()); in test()
531 System.out.println(expected.getCause().getClass()); in test()
537 assertEquals(ClassCastException.class, expected.getCause().getClass()); in test()
539 System.out.print(expected.getClass()); in test()
541 System.out.println(expected.getCause().getClass()); in test()
550 System.out.print(expected.getClass()); in test()
552 System.out.println(expected.getCause().getClass()); in test()
559 System.out.print(expected.getClass()); in test()
561 System.out.println(expected.getCause().getClass()); in test()
568 System.out.print(expected.getClass()); in test()
570 System.out.println(expected.getCause().getClass()); in test()
577 System.out.print(expected.getClass()); in test()
579 System.out.println(expected.getCause().getClass()); in test()