I come from a C++ background, but I'm currently working in Ada. In the C++ world, I unit test every class as I write it... this doesn't seem to be the vogue for our codebase here at work.
I'd like to start implementing unit tests for the Ada packages I create, are there any good frameworks out there that do this?