This repository was archived by the owner on Dec 31, 2022. It is now read-only.
v1.0.10
- Using the
assertNullto assert whether the expected value is same as null. - Using the
assertFileExiststo assert whether the specific file is existed. - Using the data provider to split test cases from the method.
- Using the
protectedinstead ofpublicforsetUpandtearDownmethods.