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

No default constructor in JestResult #137

@markw

Description

@markw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions