chris0210
chris0210
Using token strings wherever there are string literals containing source code is a very good idea. My IDE (Eclipse + DDT) as well as GitHub keeps highlighting the source code...
I'll have a closer look to the source code and see, if I have any idea to improve the design....
I have found a clean solution to determine if a type is shared. Removed the dirty hack .
How about a second method `getSharedMock()`? So the mixin could return both, a shared and a not shared version of the Mock.