Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.26 KB

File metadata and controls

32 lines (17 loc) · 1.26 KB

Project Stage Badge: Experimental

Introduction

During a discussion at work this week, the question arose how to test code written by another developer against a given Interface.

This repository offers an example of one way of how this could be achieved.

Uhm, say what?

There is a Hello class (as an example) and there is a HelloTest class.

The Hello classs implements a HelloInterface. The tests should be written against the interface.

The idea is to give developers the interface and ask them to implement the class, including tests.

When they are content, we receive the class and run our tests against their class.

This is done by locating the the class in a given location and pulling the class into the test.

Contact

To report bugs, feature requests or other issues: find me on twitter

License

This project has been licensed under GPL-3.0+ License (GNU General Public License v3.0 or higher).