@@ -302,9 +302,9 @@ SCENARIO(
302
302
}
303
303
}
304
304
}
305
- THEN (" Method 5 should return a GenericClass$InnerClass" )
305
+ THEN (" Ret Method 1 should return a GenericClass$InnerClass" )
306
306
{
307
- const std::string func_name = " .method5 " ;
307
+ const std::string func_name = " .ret_method1 " ;
308
308
const std::string func_descriptor = " :()LGenericClass$InnerClass;" ;
309
309
const std::string process_func_name =
310
310
class_prefix + func_name + func_descriptor;
@@ -332,9 +332,9 @@ SCENARIO(
332
332
generic_param.type_variable () == symbol_typet (" java::GenericClass::T" ));
333
333
}
334
334
}
335
- THEN (" Method 6 should return a GenericClass$GenericInnerClass" )
335
+ THEN (" Ret method 2 should return a GenericClass$GenericInnerClass" )
336
336
{
337
- const std::string func_name = " .method6 " ;
337
+ const std::string func_name = " .ret_method2 " ;
338
338
const std::string func_descriptor = " :()LGenericClass$GenericInnerClass;" ;
339
339
const std::string process_func_name =
340
340
class_prefix + func_name + func_descriptor;
@@ -373,9 +373,9 @@ SCENARIO(
373
373
}
374
374
}
375
375
}
376
- THEN (" Method 7 should return a GenericClass$GenericInnerClass" )
376
+ THEN (" Ret method 3 should return a GenericClass$GenericInnerClass" )
377
377
{
378
- const std::string func_name = " .method7 " ;
378
+ const std::string func_name = " .ret_method3 " ;
379
379
const std::string func_descriptor = " :()LGenericClass$GenericInnerClass;" ;
380
380
const std::string process_func_name =
381
381
class_prefix + func_name + func_descriptor;
0 commit comments