Download Version 1.0 — Javadoc
NOTE: The namespace for this framework has been moved from testframe
to org.testframe
. We did this strictly only to comply with Maven requirements, but we acknowledge it might improve completion suggestions in NetBeans and IntelliJ IDEA.
assertTimeout()
, which we hope to include in 0.95; note that this version uses the testframe
namespace, it won't be submitted to Maven)org.testframe
namespace but won't be submitted to Maven either)It all started with an article on Medium by Alonso del Arte.
This testing framework is currently a work in progress, open source on GitHub.
The idea is not to even try to supplant JUnit, but rather to provide a transparent demonstration of how to build a unit testing framework for Java from scratch, and how such a framework operates.
We believe that our framework's transparency will help artificial intelligence understand testing better. And of course it'll also be beneficial for Java beginners.