Hi there!
I am working on my own WL vizualizer and a score card. I am a big fan of automated acceptance tests. Therefore I am writing a test for my score card. However I need an instance of SystemPerformance which further down has the SystemResults and then Positions.
So far I managed to set all the values I needed using reflection. However I cannot set Positions. As far as I understand Positions has only a getter and takes the real value from somewhere else.
Has anybody an idea how I could achieve the behaviour in my test in which accessing SystemResults.Positions would return values which I generated before?
Here is my peace of code
CODE:
Please log in to see this code.