Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve JUnit Usage #15

Merged
merged 1 commit into from
Feb 19, 2017
Merged

Improve JUnit Usage #15

merged 1 commit into from
Feb 19, 2017

Commits on Feb 19, 2017

  1. Improve JUnit Usage

    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
    marschall committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    8625a51 View commit details
    Browse the repository at this point in the history