Drew Bourne

Results 23 comments of Drew Bourne

Indeed it should give a better error message in this situation. I have had a niggling feeling that the TypeSafeMatcher should be deprecated and its usage replaced with TypeSafeDiagnosingMatcher so...

Ian, The rule should not run the test until the classes are prepared. Is there anything odd about the `JSBridge` class? Is it final, dynamic, etc? Could you include it...

The code in this Gist passes: https://gist.github.com/851909 HTH, Drew

I've pushed some changes today that should fix the case where on a nice mock an expectation with a defined invocation count (eg `.once()`, `.times(2)`) will pass if invoked more...

`.never()` was implemented differently so that it would actually work. That said it should be throwing an `InvocationError`. I can probably unify it with the new verification logic now so...

Aha, hidden dependency. You need to define a FLEX_HOME environment variable that points to the Flex SDK directory. In your ~/.bash_profile add a line like: ``` set FLEX_HOME=/Applications/Adobe\ Flash\ Builder\...

Hob, I've pushed some changes that may help. Care you pull from master and see if this issue pops up?

`Mockolatier.prepareClassRecipes()` is still available. Got an error or example?

Can you elaborate on your test setup? You appear to not be using the MockolateRule and using the runner statements in some other setup. I haven't considered that the runner...