@@ -317,7 +317,7 @@ SCENARIO(
317317 new_symbol_table.lookup_ref (process_func_name);
318318
319319 const java_method_typet &function_call =
320- require_type::require_code (function_symbol.type , 2 );
320+ require_type::require_java_method (function_symbol.type , 2 );
321321
322322 THEN (" The inputs are of correct type" )
323323 {
@@ -346,7 +346,7 @@ SCENARIO(
346346 new_symbol_table.lookup_ref (process_func_name);
347347
348348 const java_method_typet &function_call =
349- require_type::require_code (function_symbol.type , 3 );
349+ require_type::require_java_method (function_symbol.type , 3 );
350350
351351 THEN (" The inputs are of correct type" )
352352 {
@@ -382,7 +382,7 @@ SCENARIO(
382382 new_symbol_table.lookup_ref (process_func_name);
383383
384384 const java_method_typet &function_call =
385- require_type::require_code (function_symbol.type , 2 );
385+ require_type::require_java_method (function_symbol.type , 2 );
386386
387387 THEN (" The inputs are of correct type" )
388388 {
@@ -413,7 +413,7 @@ SCENARIO(
413413 new_symbol_table.lookup_ref (process_func_name);
414414
415415 const java_method_typet &function_call =
416- require_type::require_code (function_symbol.type , 2 );
416+ require_type::require_java_method (function_symbol.type , 2 );
417417
418418 THEN (" The inputs are of correct type" )
419419 {
@@ -443,7 +443,7 @@ SCENARIO(
443443 new_symbol_table.lookup_ref (process_func_name);
444444
445445 const java_method_typet &function_call =
446- require_type::require_code (function_symbol.type , 2 );
446+ require_type::require_java_method (function_symbol.type , 2 );
447447
448448 THEN (" The inputs are of correct type" )
449449 {
@@ -477,7 +477,7 @@ SCENARIO(
477477 new_symbol_table.lookup_ref (process_func_name);
478478
479479 const java_method_typet &function_call =
480- require_type::require_code (function_symbol.type , 2 );
480+ require_type::require_java_method (function_symbol.type , 2 );
481481
482482 THEN (" The inputs are of correct type" )
483483 {
@@ -509,7 +509,7 @@ SCENARIO(
509509 new_symbol_table.lookup_ref (process_func_name);
510510
511511 const java_method_typet &function_call =
512- require_type::require_code (function_symbol.type , 2 );
512+ require_type::require_java_method (function_symbol.type , 2 );
513513
514514 THEN (" The inputs are of correct type" )
515515 {
@@ -545,7 +545,7 @@ SCENARIO(
545545 new_symbol_table.lookup_ref (process_func_name);
546546
547547 const java_method_typet &function_call =
548- require_type::require_code (function_symbol.type , 2 );
548+ require_type::require_java_method (function_symbol.type , 2 );
549549
550550 THEN (" The inputs are of correct type" )
551551 {
@@ -577,7 +577,7 @@ SCENARIO(
577577 new_symbol_table.lookup_ref (process_func_name);
578578
579579 const java_method_typet &function_call =
580- require_type::require_code (function_symbol.type , 2 );
580+ require_type::require_java_method (function_symbol.type , 2 );
581581
582582 THEN (" The inputs are of the correct type" )
583583 {
@@ -610,7 +610,7 @@ SCENARIO(
610610 new_symbol_table.lookup_ref (process_func_name);
611611
612612 const java_method_typet &function_call =
613- require_type::require_code (function_symbol.type , 2 );
613+ require_type::require_java_method (function_symbol.type , 2 );
614614
615615 THEN (" The inputs are of the correct type" )
616616 {
@@ -643,7 +643,7 @@ SCENARIO(
643643 new_symbol_table.lookup_ref (process_func_name);
644644
645645 const java_method_typet &function_call =
646- require_type::require_code (function_symbol.type , 2 );
646+ require_type::require_java_method (function_symbol.type , 2 );
647647
648648 THEN (" The inputs should be of the correct type" )
649649 {
@@ -673,7 +673,7 @@ SCENARIO(
673673 new_symbol_table.lookup_ref (process_func_name);
674674
675675 const java_method_typet &function_call =
676- require_type::require_code (function_symbol.type , 1 );
676+ require_type::require_java_method (function_symbol.type , 1 );
677677
678678 THEN (" The return type should be correct" )
679679 {
@@ -700,7 +700,7 @@ SCENARIO(
700700 new_symbol_table.lookup_ref (process_func_name);
701701
702702 const java_method_typet &function_call =
703- require_type::require_code (function_symbol.type , 1 );
703+ require_type::require_java_method (function_symbol.type , 1 );
704704
705705 THEN (" The return type should be correct" )
706706 {
@@ -730,7 +730,7 @@ SCENARIO(
730730 new_symbol_table.lookup_ref (process_func_name);
731731
732732 const java_method_typet &function_call =
733- require_type::require_code (function_symbol.type , 1 );
733+ require_type::require_java_method (function_symbol.type , 1 );
734734
735735 THEN (" The return type should be correct" )
736736 {
@@ -759,7 +759,7 @@ SCENARIO(
759759 new_symbol_table.lookup_ref (process_func_name);
760760
761761 const java_method_typet &function_call =
762- require_type::require_code (function_symbol.type , 1 );
762+ require_type::require_java_method (function_symbol.type , 1 );
763763
764764 THEN (" The return type should be correct" )
765765 {
@@ -791,7 +791,7 @@ SCENARIO(
791791 new_symbol_table.lookup_ref (process_func_name);
792792
793793 const java_method_typet &function_call =
794- require_type::require_code (function_symbol.type , 1 );
794+ require_type::require_java_method (function_symbol.type , 1 );
795795
796796 THEN (" The return type should be correct" )
797797 {
@@ -821,7 +821,7 @@ SCENARIO(
821821 new_symbol_table.lookup_ref (process_func_name);
822822
823823 const java_method_typet &function_call =
824- require_type::require_code (function_symbol.type , 1 );
824+ require_type::require_java_method (function_symbol.type , 1 );
825825
826826 THEN (" The return type should be correct" )
827827 {
@@ -855,7 +855,7 @@ SCENARIO(
855855 new_symbol_table.lookup_ref (process_func_name);
856856
857857 const java_method_typet &function_call =
858- require_type::require_code (function_symbol.type , 1 );
858+ require_type::require_java_method (function_symbol.type , 1 );
859859
860860 THEN (" The return type should be correct" )
861861 {
@@ -886,7 +886,7 @@ SCENARIO(
886886 new_symbol_table.lookup_ref (process_func_name);
887887
888888 const java_method_typet &function_call =
889- require_type::require_code (function_symbol.type , 1 );
889+ require_type::require_java_method (function_symbol.type , 1 );
890890
891891 THEN (" The return type should be correct" )
892892 {
@@ -918,7 +918,7 @@ SCENARIO(
918918 new_symbol_table.lookup_ref (process_func_name);
919919
920920 const java_method_typet &function_call =
921- require_type::require_code (function_symbol.type , 1 );
921+ require_type::require_java_method (function_symbol.type , 1 );
922922
923923 THEN (" The return type should be correct" )
924924 {
@@ -950,7 +950,7 @@ SCENARIO(
950950 new_symbol_table.lookup_ref (process_func_name);
951951
952952 const java_method_typet &function_call =
953- require_type::require_code (function_symbol.type , 1 );
953+ require_type::require_java_method (function_symbol.type , 1 );
954954
955955 THEN (" The return type should be correct" )
956956 {
0 commit comments