Aidmock - safe mocking

W

Wilker

Hi guys,

I launched yesterday a new project that aims to make the use of mocks
safer.
This is the URL of project: https://github.com/wilkerlucio/aidmock

The basic idea is to make user define interfaces of classes, when user
defines the class interface (which is something like defining method
signatures on C or Java) Aidmock automatic generate some sanity check
specs, these specs will verify if class has the method defined, and if
it respect arity of interface.

And more important, when user create mocks while developing specs, it
will verify all defined mocks, and check if they are respecting
defined interface.

You can saw more about project motivation here(with some example of
why it exists): https://github.com/wilkerlucio/aidmock/wiki/Motivation

This project is a kind of experimental one, with a different idea, and
any feedback will be really welcome.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,142
Messages
2,570,818
Members
47,362
Latest member
eitamoro

Latest Threads

Top