Drew Bourne

Results 24 issues of Drew Bourne

MockolateRule required FlexUnit 4.1+, add a mention to the gotchas section and where MockolateRule is first mentioned.

Publish Mockolate ASDocs to http://mockolate.org/

As a convenience allow stubbing and mocking multiple methods or properties by providing a RegExp or Matcher as the method name. ``` // using a RegExp stub(permissions).method(/can(Edit|Show|Delete)/).returns(true); // using a...

Proxy subclasses like WebService are used with dynamic methods that do not appear in the public namespace of describeType. These dynamic method invocations should be forwarded to Mockolate for mocking...