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

Updated the fail() exceptions with Junit5. #159

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    b68fc69 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    96e3aac View commit details
    Browse the repository at this point in the history
  2. Remove the unused import.

    dota17 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    fba9961 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    e842492 View commit details
    Browse the repository at this point in the history
  2. Remove the unused import.

    dota17 committed May 23, 2020
    Configuration menu
    Copy the full SHA
    b043d82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e6dbe View commit details
    Browse the repository at this point in the history
  4. Indentation: 'block' child has incorrect indentation level 13, expect…

    …ed level should be 12.
    dota17 committed May 23, 2020
    Configuration menu
    Copy the full SHA
    ea86dad View commit details
    Browse the repository at this point in the history
  5. Remove the unused import.

    dota17 committed May 23, 2020
    Configuration menu
    Copy the full SHA
    aa05290 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. org.junit.jupiter.api.Assertions#assertThrows was used to assert that…

    … a specific exception was thrown instead of an org.junit.Test annotation with an expected
    dota17 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7b243cb View commit details
    Browse the repository at this point in the history
  2. Remove the unused import.

    dota17 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    ccb7eab View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Annotations:

    org.junit.jupiter.api.Test was used as a drop in replacement for org.juit.Test without arguments. See 3.ii. for handling of @test annotations with an expected argument.
    org.junit.jupiter.api.BeforeEach was used as a drop in replacement for org.junit.Before.
    org.junit.jupiter.api.BeforeAll was used as a drop in replacement for org.junit.BeforeClass.
    org.junit.jupiter.api.Disabled was used as a drop in replacement for org.junit.Ignore.
    dota17 committed May 30, 2020
    Configuration menu
    Copy the full SHA
    d088d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74240b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    6573899 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'junit5WithExceptions' of github.com:dota17/commons-coll…

    …ections into junit5WithExceptions
    dota17 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    90b23d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Remove org.junit.Test

    dota17 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    a0e543f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e47d64 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    cbfb33b View commit details
    Browse the repository at this point in the history
  2. Remove the unused import.

    dota17 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    be9246b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    96a6d52 View commit details
    Browse the repository at this point in the history
  2. Fixed the failure.

    dota17 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    bb50f01 View commit details
    Browse the repository at this point in the history
  3. Updated the test case.

    dota17 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    46ad29e View commit details
    Browse the repository at this point in the history