Forum member

ModernRonin

2 posts

Posts by ModernRonin

  1. Tests using Etg.SimpleStubs don't build

    I gave up on SimpleStubs, it creates other problems as well. I got another issue now, but I'll create a separate thread for that.

  2. Tests using Etg.SimpleStubs don't build

    Hi, in my test project I use Etg.SimpleStubs (https://github.com/Microsoft/SimpleStubs) as this seems to be the only mocking framework working for my target platform, UWP. SimpleStubs works by generating source which it puts into a specific file. As far as I understand, it creates/refreshes that…