Chris Leishman
Chris Leishman
Yes, I believe someone independently pushed an update. Indeed, it's at `0.0.6` on npmjs now. It would be great to update this repo to the latest and push from here....
I'm unsure what it is you're trying to stub? Have you written a sample test yet?
Hi @Bringer128, You can use Ant, or just run them in the browser. I haven't worked on JsMockito in some time, and it was written back when the only real...
I'm very hesitant to add anything that encourages the use of `verifyNoMoreInteractions` - it tends to encourage poor test practices. You can read a good blog about this here: http://monkeyisland.pl/2008/07/12/should-i-worry-about-the-unexpected/...
This amounts to much the same thing, and is only necessary because of the use of `verifyNoMoreInteractions`. I'm suggesting that `verifyNoMoreInteractions` is often not necessary, as the article and forum...
There is no particular roadmap. It's pretty usable as is, but enhancement's are always good. I'm not sure exactly what this patch you've sent does: the diff isn't overly explanatory....
Sorry for the delay on this one. I've been busy and not paying a lot of attention to these projects. I'll try to look at it again soon!
After a sabbatical from coding, I'm getting back into things by looking over some outstanding code. This is one of those. I've done some updates to get this code (mostly)...
I don't use cmake, but rather the autotools suite (`./configure` et al), so I can't help here. Perhaps someone else can.
I don't imagine parsing the `:param` comamnd presents any major challenges, especially as, `:param x => ...` isn't part of the Cypher grammar. The challenge is how that would interplay...