1.What is test utitlies?
Test utilities is a library support to unit testing. It wraps testng, mockito frameworks and use java relection to help you test more quickly
2. What does test utilities provide?
- Performance testing
- Assertion testing
- Random for testing
- Build test function with reflection
- Private method testing
3. Getting Started