A lightweight unit testing framework for Java — because sometimes, reinventing the wheel is practice.
Testify is a simple and minimal unit testing framework written in Java. It was built purely for learning and experimentation, and mimics the core behavior of JUnit — just with fewer features and less polish.
You probably shouldn't.
Testify offers no real benefit over existing, battle-tested libraries like JUnit. It's less sophisticated, less flexible, and definitely not production-ready.
This project is still under development and is not yet feature-complete. Expect missing features, bugs, and plenty of rough edges.
Feel free to explore the code, give feedback, or fork it to build your own minimal testing tool.