diff --git a/test/JPP_TestUsecases.csv b/test/JPP_TestUsecases.csv
index 4cbf5d3..713303d 100644
--- a/test/JPP_TestUsecases.csv
+++ b/test/JPP_TestUsecases.csv
@@ -202,3 +202,17 @@ JPP_2055|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing s
JPP_2056|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing scope (7)
JPP_2057|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing scope (8)
JPP_2058|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing scope (9)
+JPP_2100|INLINE_CODE|GOODCASE|JSON file containing Python inline code with simple data types
+JPP_2101|INLINE_CODE|GOODCASE|JSON file containing Python inline code with composite data types
+JPP_2102|INLINE_CODE|GOODCASE|JSON file containing Python inline code with simple conditions
+JPP_2103|INLINE_CODE|GOODCASE|JSON file containing Python inline code within lists and dictionaries
+JPP_2105|INLINE_CODE|GOODCASE|JSON file containing Python inline code in more complex scenarios
+JPP_2107|INLINE_CODE|GOODCASE|JSON file containing Python inline code with import paths
+JPP_2150|INLINE_CODE|BADCASE|Python inline code as embedded part of a string (1)
+JPP_2151|INLINE_CODE|BADCASE|Python inline code as embedded part of a string (2)
+JPP_2152|INLINE_CODE|BADCASE|Python inline code as embedded part of a string (3)
+JPP_2180|INLINE_CODE|BADCASE|Python inline code with additional leading angle bracket
+JPP_2184|INLINE_CODE|BADCASE|Python inline code inside a dictionary with additional leading angle bracket
+JPP_2192|INLINE_CODE|BADCASE|Python inline code is parameter name
+JPP_2193|INLINE_CODE|BADCASE|Python inline code is parameter name inside a list
+JPP_2194|INLINE_CODE|BADCASE|Python inline code is parameter name inside a dictionary
diff --git a/test/JPP_TestUsecases.html b/test/JPP_TestUsecases.html
index 3904c5f..14cbea2 100644
--- a/test/JPP_TestUsecases.html
+++ b/test/JPP_TestUsecases.html
@@ -6737,12 +6737,474 @@
+
+
+|
+
+
+203
+ |
+
+
+
+
+JPP_2100
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+GOODCASE
+ |
+
+
+
+JSON file containing Python inline code with simple data types
+Expected: JsonPreprocessor returns expected values
+
+
+ |
+
+
+
+
+|
+
+
+204
+ |
+
+
+
+
+JPP_2101
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+GOODCASE
+ |
+
+
+
+JSON file containing Python inline code with composite data types
+Expected: JsonPreprocessor returns expected values
+
+
+ |
+
+
+
+
+|
+
+
+205
+ |
+
+
+
+
+JPP_2102
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+GOODCASE
+ |
+
+
+
+JSON file containing Python inline code with simple conditions
+Expected: JsonPreprocessor returns expected values
+
+
+ |
+
+
+
+
+|
+
+
+206
+ |
+
+
+
+
+JPP_2103
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+GOODCASE
+ |
+
+
+
+JSON file containing Python inline code within lists and dictionaries
+Expected: JsonPreprocessor returns expected values
+
+
+ |
+
+
+
+
+|
+
+
+207
+ |
+
+
+
+
+JPP_2105
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+GOODCASE
+ |
+
+
+
+JSON file containing Python inline code in more complex scenarios
+Expected: JsonPreprocessor returns expected values
+
+
+ |
+
+
+
+
+|
+
+
+208
+ |
+
+
+
+
+JPP_2107
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+GOODCASE
+ |
+
+
+
+JSON file containing Python inline code with import paths
+Expected: JsonPreprocessor returns expected values
+
+
+ |
+
+
+
+
+|
+
+
+209
+ |
+
+
+
+
+JPP_2150
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code as embedded part of a string (1)
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
+
+
+|
+
+
+210
+ |
+
+
+
+
+JPP_2151
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code as embedded part of a string (2)
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
+
+
+|
+
+
+211
+ |
+
+
+
+
+JPP_2152
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code as embedded part of a string (3)
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
+
+
+|
+
+
+212
+ |
+
+
+
+
+JPP_2180
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code with additional leading angle bracket
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
+
+
+|
+
+
+213
+ |
+
+
+
+
+JPP_2184
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code inside a dictionary with additional leading angle bracket
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
+
+
+|
+
+
+214
+ |
+
+
+
+
+JPP_2192
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code is parameter name
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
+
+
+|
+
+
+215
+ |
+
+
+
+
+JPP_2193
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code is parameter name inside a list
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
+
+
+|
+
+
+216
+ |
+
+
+
+
+JPP_2194
+ |
+
+
+
+INLINE_CODE
+ |
+
+
+
+BADCASE
+ |
+
+
+
+Python inline code is parameter name inside a dictionary
+Expected: No values are returned, and JsonPreprocessor throws an exception
+
+
+ |
+
+
-Generated: 05.08.2025 - 16:52:10
+Generated: 11.08.2025 - 16:48:21