Nathan Winder
Nathan Winder
I would love this feature as well, e.g.: ```javascript myMock.setup(m=> m.myMethod(It.isAnyString())).returns(()=> 0); ... myMock.setup(m=> m.myMethod("1")).returns(()=> 1); ``` In this scenario if I call myMethod("any") I should get 0 and if...
https://github.com/thednp/svg-path-commander has implemented a lot of this.
Ok, so if I'm following this all ancestor access is relative a common ancestor or "root". Rooting a node makes that node the common ancestor "embedding" it so that you...