Rob Fletcher

Results 48 issues of Rob Fletcher

If I have an activity method declared as `void` there seems to be no way to make its promise complete in a unit test. For example if I have a...

It would be great if it was possible to add scripts that would be run any time I run `zero update`. I have some custom tooling (provided by work and...

Currently `f:all` uses persistent properties to determine the fields to render. There could be an alternate path using reflection for non-domain types.

enhancement
fields

Originally reported on Google Code with ID 316 ``` See the example below. Regular mocks evaluate to true but groovy mocks resolve to false. class GroovyMockSpec extends Specification { def...

Module-Core
Type-Defect

Originally reported on Google Code with ID 285 ``` Within a @Stepwise annotated specification it would be very convenient to have a central, spec-wide where block to be able to...

Module-Core
Type-NewFeature

Originally reported on Google Code with ID 123 ``` In JUnit reports, getMessage() of the thrown exception is shown in a heading, and toString() in an unformatted block. Therefore, the...

Type-Enhancement
Module-Core