@@ -317,7 +317,7 @@ SCENARIO(
317
317
new_symbol_table.lookup_ref (process_func_name);
318
318
319
319
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 );
321
321
322
322
THEN (" The inputs are of correct type" )
323
323
{
@@ -346,7 +346,7 @@ SCENARIO(
346
346
new_symbol_table.lookup_ref (process_func_name);
347
347
348
348
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 );
350
350
351
351
THEN (" The inputs are of correct type" )
352
352
{
@@ -382,7 +382,7 @@ SCENARIO(
382
382
new_symbol_table.lookup_ref (process_func_name);
383
383
384
384
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 );
386
386
387
387
THEN (" The inputs are of correct type" )
388
388
{
@@ -413,7 +413,7 @@ SCENARIO(
413
413
new_symbol_table.lookup_ref (process_func_name);
414
414
415
415
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 );
417
417
418
418
THEN (" The inputs are of correct type" )
419
419
{
@@ -443,7 +443,7 @@ SCENARIO(
443
443
new_symbol_table.lookup_ref (process_func_name);
444
444
445
445
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 );
447
447
448
448
THEN (" The inputs are of correct type" )
449
449
{
@@ -477,7 +477,7 @@ SCENARIO(
477
477
new_symbol_table.lookup_ref (process_func_name);
478
478
479
479
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 );
481
481
482
482
THEN (" The inputs are of correct type" )
483
483
{
@@ -509,7 +509,7 @@ SCENARIO(
509
509
new_symbol_table.lookup_ref (process_func_name);
510
510
511
511
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 );
513
513
514
514
THEN (" The inputs are of correct type" )
515
515
{
@@ -545,7 +545,7 @@ SCENARIO(
545
545
new_symbol_table.lookup_ref (process_func_name);
546
546
547
547
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 );
549
549
550
550
THEN (" The inputs are of correct type" )
551
551
{
@@ -577,7 +577,7 @@ SCENARIO(
577
577
new_symbol_table.lookup_ref (process_func_name);
578
578
579
579
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 );
581
581
582
582
THEN (" The inputs are of the correct type" )
583
583
{
@@ -610,7 +610,7 @@ SCENARIO(
610
610
new_symbol_table.lookup_ref (process_func_name);
611
611
612
612
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 );
614
614
615
615
THEN (" The inputs are of the correct type" )
616
616
{
@@ -643,7 +643,7 @@ SCENARIO(
643
643
new_symbol_table.lookup_ref (process_func_name);
644
644
645
645
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 );
647
647
648
648
THEN (" The inputs should be of the correct type" )
649
649
{
@@ -673,7 +673,7 @@ SCENARIO(
673
673
new_symbol_table.lookup_ref (process_func_name);
674
674
675
675
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 );
677
677
678
678
THEN (" The return type should be correct" )
679
679
{
@@ -700,7 +700,7 @@ SCENARIO(
700
700
new_symbol_table.lookup_ref (process_func_name);
701
701
702
702
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 );
704
704
705
705
THEN (" The return type should be correct" )
706
706
{
@@ -730,7 +730,7 @@ SCENARIO(
730
730
new_symbol_table.lookup_ref (process_func_name);
731
731
732
732
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 );
734
734
735
735
THEN (" The return type should be correct" )
736
736
{
@@ -759,7 +759,7 @@ SCENARIO(
759
759
new_symbol_table.lookup_ref (process_func_name);
760
760
761
761
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 );
763
763
764
764
THEN (" The return type should be correct" )
765
765
{
@@ -791,7 +791,7 @@ SCENARIO(
791
791
new_symbol_table.lookup_ref (process_func_name);
792
792
793
793
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 );
795
795
796
796
THEN (" The return type should be correct" )
797
797
{
@@ -821,7 +821,7 @@ SCENARIO(
821
821
new_symbol_table.lookup_ref (process_func_name);
822
822
823
823
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 );
825
825
826
826
THEN (" The return type should be correct" )
827
827
{
@@ -855,7 +855,7 @@ SCENARIO(
855
855
new_symbol_table.lookup_ref (process_func_name);
856
856
857
857
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 );
859
859
860
860
THEN (" The return type should be correct" )
861
861
{
@@ -886,7 +886,7 @@ SCENARIO(
886
886
new_symbol_table.lookup_ref (process_func_name);
887
887
888
888
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 );
890
890
891
891
THEN (" The return type should be correct" )
892
892
{
@@ -918,7 +918,7 @@ SCENARIO(
918
918
new_symbol_table.lookup_ref (process_func_name);
919
919
920
920
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 );
922
922
923
923
THEN (" The return type should be correct" )
924
924
{
@@ -950,7 +950,7 @@ SCENARIO(
950
950
new_symbol_table.lookup_ref (process_func_name);
951
951
952
952
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 );
954
954
955
955
THEN (" The return type should be correct" )
956
956
{
0 commit comments