ryanmasondavies / Inline

Write your tests any way you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Protocol

ryanmasondavies opened this issue · comments

Instead of having INLTest as an object, define it as a protocol which any object can implement. This is beneficial as the object could be a subclass of any other class and still be used as a test. It also reduces the amount of repeated testing between libraries.