Current test is lacking test of the execute method. We should confirm that it does correctly split C# file into class declaration and methods and generates translations for the two separately.
The implementation will be similar to TestCSharpCompilationUnitToSingleFileWithChatGpt::test_execute_small_file and TestCSharpCompilationUnitToSingleFileWithChatGpt::test_execute_large_file.
Current test is lacking test of the
execute
method. We should confirm that it does correctly split C# file into class declaration and methods and generates translations for the two separately.The implementation will be similar to
TestCSharpCompilationUnitToSingleFileWithChatGpt::test_execute_small_file
andTestCSharpCompilationUnitToSingleFileWithChatGpt::test_execute_large_file
.