[Unit Tests] Better test for CSharpCompilationUnitToInterfaceImplementationWithChatGpt::execute
#10
Labels
CSharpCompilationUnitToInterfaceImplementationWithChatGpt::execute
#10
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
.The text was updated successfully, but these errors were encountered: