Skip to content

Replace Mocks with Fakes in tests #42

@victornoel

Description

@victornoel

There is a lot of use of Mockito in the tests, it makes it very hard to read and a pain to write.

Using Fakes (see https://www.yegor256.com/2014/09/23/built-in-fake-objects.html) instead would improve the quality of the tests as well as provide a secondary implementation of the main concepts of the Zold java-api, which can only be good for the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingscope

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions