Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

v1.0.10

Choose a tag to compare

@fenric fenric released this 11 Feb 00:15
· 68 commits to master since this release
  • Using the assertNull to assert whether the expected value is same as null.
  • Using the assertFileExists to assert whether the specific file is existed.
  • Using the data provider to split test cases from the method.
  • Using the protected instead of public for setUp and tearDown methods.