Arrange Mocks with Telerik Just Mock in python syntax
I am currently working on a project that uses python and Chat-GPT to generate C# files. These files get then built in a .NET project and the resulting dll imported back into python using the clr module.
I then want to test if the built code is working correctly. So I import the Telerik Just Mock dll and tried to arrange mocks for an interface that is used in one of the generated files/classes. This is where the problem arises, because the Mock.Arrange doesn’t map correctly to the interface property or method.