chris0210

Results 1 issues of chris0210

Here is my attempt to implement mocking for `shared` methods. The major problem here is that you can only call `shared` methods on `shared` objects. The current implementation of `getMock()`...