Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

No default constructor in JestResult #137

Closed
markw opened this issue Jul 14, 2014 · 0 comments
Closed

No default constructor in JestResult #137

markw opened this issue Jul 14, 2014 · 0 comments

Comments

@markw
Copy link

markw commented Jul 14, 2014

We are trying to upgrade to the latest version of Jest.

The removal of the default constructor for JestResult broke all of our testing code with Groovy and Spock, since we can't write code like the following:

1 * dao.jestClient.execute(_) >> new JestResult([succeeded:true])

Even a private default constructor would be acceptable, at least Groovy could find it and invoke it.

@kramer kramer closed this as completed in 2c02ff6 Jul 15, 2014
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant