Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Implement a mock version of the api #13

@amihaiemil

Description

@amihaiemil

For unit testing, we should also offer a mock version which will work with a JsonBuilder behind the scenes, instead of making real HTTP calls.

When unit testing, instead of using a real instance:

VersionEye api = new RtVersionEye();

Users should use

VersionEye mockApi = new MkVersionEye();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions