-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
base: main
Are you sure you want to change the base?
Commits on Aug 31, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for e0d2849 - Browse repository at this point
Copy the full SHA e0d2849View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bc1b464 - Browse repository at this point
Copy the full SHA bc1b464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa9a8e - Browse repository at this point
Copy the full SHA 2fa9a8eView commit details
Commits on Sep 1, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 50552b4 - Browse repository at this point
Copy the full SHA 50552b4View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8d11bd - Browse repository at this point
Copy the full SHA e8d11bdView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b4088d - Browse repository at this point
Copy the full SHA 7b4088dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb29695 - Browse repository at this point
Copy the full SHA bb29695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c27b53 - Browse repository at this point
Copy the full SHA 2c27b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for af16685 - Browse repository at this point
Copy the full SHA af16685View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3d73d1e - Browse repository at this point
Copy the full SHA 3d73d1eView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8a7b95 - Browse repository at this point
Copy the full SHA c8a7b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d884c - Browse repository at this point
Copy the full SHA 53d884cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bcaa4 - Browse repository at this point
Copy the full SHA 26bcaa4View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3248752 - Browse repository at this point
Copy the full SHA 3248752View commit details
Commits on Oct 7, 2024
-
1. Add diffPrinter class 2. replace diff in consoleTestExecutor with diffPrinter - will be deleted evetually 3. mark the location of adding diff in flatPrinter and verboseTreePrinter. Issue: junit-team#3139
Configuration menu - View commit details
-
Copy full SHA for 04f789a - Browse repository at this point
Copy the full SHA 04f789aView commit details
Commits on Oct 9, 2024
-
Update junit-platform-console/src/main/java/org/junit/platform/consol…
…e/tasks/DiffPrinter.java Co-authored-by: Marc Philipp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 983e090 - Browse repository at this point
Copy the full SHA 983e090View commit details -
Update junit-platform-console/src/main/java/org/junit/platform/consol…
…e/tasks/DiffPrinter.java Co-authored-by: Marc Philipp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eef49f1 - Browse repository at this point
Copy the full SHA eef49f1View commit details -
Update junit-platform-console/src/main/java/org/junit/platform/consol…
…e/tasks/DiffPrinter.java Co-authored-by: Marc Philipp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcd0608 - Browse repository at this point
Copy the full SHA bcd0608View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc69bfb - Browse repository at this point
Copy the full SHA cc69bfbView commit details -
Update the rule of inlineDiffByWord
Only if one word has space, show inlineDiffByWord.
Configuration menu - View commit details
-
Copy full SHA for 705b4cf - Browse repository at this point
Copy the full SHA 705b4cfView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2383f3e - Browse repository at this point
Copy the full SHA 2383f3eView commit details
Commits on Oct 19, 2024
-
Issue: junit-team#3139 Update to display each test method info
1. Add a `testPlan` getter to `platform/launcher/listeners/SummaryGeneratingListener.java`. 2. DiffPrinter now needs testPlan to display the testMethod info. Issue: junit-team#3139
Configuration menu - View commit details
-
Copy full SHA for 82f723a - Browse repository at this point
Copy the full SHA 82f723aView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 536e9c7 - Browse repository at this point
Copy the full SHA 536e9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44f929 - Browse repository at this point
Copy the full SHA f44f929View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eef975b - Browse repository at this point
Copy the full SHA eef975bView commit details -
Revert "Combine PR made by Marc from #1"
This reverts commit eef975b.
Configuration menu - View commit details
-
Copy full SHA for de00ade - Browse repository at this point
Copy the full SHA de00adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f8f25 - Browse repository at this point
Copy the full SHA a3f8f25View commit details