Skip to content

Version 0.1.1

Latest
Compare
Choose a tag to compare
@ChrisZou ChrisZou released this 12 Oct 07:23

A few improvements:

  1. Add a readResource() method in TestBase that reads a file from src/test/resources and return a String.
  2. Add a helper CountDownLatch in TestBase, reduce the need for creating one every time you need. With countDown() and await() method to work together().