Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Improve JUnit Usage #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marschall
Copy link

Improve the way JUnit is used. This commit includes the following
changes:

  • update JUnit 4 version to latest
  • replace custom Assert class with JUnit provided one
  • switch from assertEquals to assertArrayEquals for arrays
  • use fail() instead of assertFalse(true)
  • used static import of asserts for better readability

Improve the way JUnit is used. This commit includes the following
changes:

- update JUnit 4 version to latest
- replace custom Assert class with JUnit provided one
- switch from assertEquals to assertArrayEquals for arrays
- use fail() instead of assertFalse(true)
- used static import of asserts for better readability
@CLAassistant
Copy link

CLAassistant commented Feb 19, 2017

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants