Comparing r5.12.0-RC1...r5.12.0-RC2 · junit-team/junit-framework (original) (raw)

Commits on Feb 7, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. Configuration menu
    Browse the repository at this point in the history
  5. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Use snapshot-tests to ease adapting assertions after changes to start…
    …er (#4310)
    Prior to this commit, changing the tests in the jupiter-starter sample
    project required to manually adapt the expected XML string in
    XmlAssertions which was tedious and time-consuming. Instead, the XML
    report is now checked against a snapshot that is committed to version
    control. When a diff is encountered, the affected test will fail. The
    actual and expected snapshots can then be diffed and, if ok, the actual
    snapshot can be used to overwrite the expected one.
    To avoid committing host names and usernames to source control, they are
    obfuscated prior to writing the snapshot files.
    @marcphilipp
    Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history