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

Output diff of expected and actual values in ConsoleLauncher #4017

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Aug 31, 2024

  1. Issue: junit-team#3139 part 1

    Tasks completed:
    1. Locate ConsoleLauncher output
    2. Check if actual and expected of AssertionFailedError are both type of CharSequence
    To do list:
    1. Add diff function dependency
    2. Using diff to generate the output desired
    
    Issue: junit-team#3139
    XuJ321 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    e0d2849 View commit details
    Browse the repository at this point in the history
  2. Issue: junit-team#3139 part 2

    Tasks completed:
    1. Locate ConsoleLauncher output
    2. Check if actual and expected of AssertionFailedError are both type of CharSequence
    3. Add diff function dependency
    4. Using diff to generate the output desired
    
    Issue: junit-team#3139
    XuJ321 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    bc1b464 View commit details
    Browse the repository at this point in the history
  3. Issue: junit-team#3139 part 2 update

    delete one line of extra code
    XuJ321 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    2fa9a8e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Issue: junit-team#3139 part 2 update

    Fixed different profile issue.
    
    Tasks completed:
    1. Locate ConsoleLauncher output
    2. Check if actual and expected of AssertionFailedError are both type of CharSequence
    3. Add diff function dependency
    4. Using diff to generate the output desired
    
    ToDo:
    1.Automatic test case for diff output
    
    Issue: junit-team#3139
    XJ114514 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    50552b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 14, 2024

  1. Fix format issue

    XJ114514 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7b4088d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb29695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c27b53 View commit details
    Browse the repository at this point in the history
  4. Try to Fix Dependency issue

    XJ114514 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    af16685 View commit details
    Browse the repository at this point in the history
  5. Issue: junit-team#3139 Add external diff module to module documentation

    Add external diff module  to module documentation
    For unknown reason, the test cases can not find the external module while the gradle can build normally.
    
    Issue: junit-team#3139
    XJ114514 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3d73d1e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    c8a7b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d884c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26bcaa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update libs.versions.toml

    XJ114514 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3248752 View commit details
    Browse the repository at this point in the history