Test Utilities

1.1.8

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?

  1. Performance testing.
  2. Assertion testing.
  3. Random for testing.
  4. Build test function with reflection.
  5. Private method testing.
Test examples: Some examples.