@@ -71,8 +71,8 @@ SCENARIO(
71
71
}
72
72
GIVEN (" Some package-private class files in the class path with inner classes" )
73
73
{
74
- const symbol_tablet &new_symbol_table =
75
- load_java_class ( " InnerClassesDefault" , " ./java_bytecode/java_bytecode_parser" );
74
+ const symbol_tablet &new_symbol_table = load_java_class (
75
+ " InnerClassesDefault" , " ./java_bytecode/java_bytecode_parser" );
76
76
WHEN (" Parsing the InnerClasses attribute for a public inner class" )
77
77
{
78
78
THEN (" The class should be marked as public" )
@@ -127,8 +127,8 @@ SCENARIO(
127
127
" Some package-private class files in the class path with deeply nested "
128
128
" inner classes" )
129
129
{
130
- const symbol_tablet &new_symbol_table =
131
- load_java_class ( " InnerClassesDeeplyNested" , " ./java_bytecode/java_bytecode_parser" );
130
+ const symbol_tablet &new_symbol_table = load_java_class (
131
+ " InnerClassesDeeplyNested" , " ./java_bytecode/java_bytecode_parser" );
132
132
WHEN (
133
133
" Parsing the InnerClasses attribute for a public doubly-nested inner "
134
134
" class" )
@@ -194,8 +194,8 @@ SCENARIO(
194
194
GIVEN (
195
195
" Some package-private class files in the class path with anonymous classes" )
196
196
{
197
- const symbol_tablet &new_symbol_table =
198
- load_java_class ( " ContainsAnonymousClass" , " ./java_bytecode/java_bytecode_parser" );
197
+ const symbol_tablet &new_symbol_table = load_java_class (
198
+ " ContainsAnonymousClass" , " ./java_bytecode/java_bytecode_parser" );
199
199
WHEN (" Parsing the InnerClasses attribute for a public anonymous class" )
200
200
{
201
201
THEN (" The class should be marked as public" )
@@ -251,8 +251,8 @@ SCENARIO(
251
251
GIVEN (
252
252
" Some package-private class files in the class path with local classes " )
253
253
{
254
- const symbol_tablet &new_symbol_table =
255
- load_java_class ( " ContainsLocalClass" , " ./java_bytecode/java_bytecode_parser" );
254
+ const symbol_tablet &new_symbol_table = load_java_class (
255
+ " ContainsLocalClass" , " ./java_bytecode/java_bytecode_parser" );
256
256
WHEN (" Parsing the InnerClasses attribute for a package-private class " )
257
257
{
258
258
THEN (" The class should be marked as package-private" )
0 commit comments