AlexEndris / RosMockLyn

Compile-time mocking framework for ModernUI and Windows Phone apps.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Change *Transformers to *Generators #17

Open AlexEndris opened 9 years ago

AlexEndris commented 9 years ago

For a future feature to also be able to mock interfaces that are not in a solution as code, code generation should be able to create a mock by getting all members through reflection, thus making the SyntaxRewriter obsolete.