Junit testing...
All of these answers are correct
- Has a setUp method useful for initializing variables
- Should be used throughout development
- Uses assert statements instead of print statements
- Provides ability to test specific methods
There are no hints for this question