Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.68 KB

Changes by Version

v0.7.3 (2024-02-27)

  • #14 Transition to JUnit 5
  • #13 Potential NPE in SurefireTestLayout.doLayout(ILoggingEvent)

v0.7.2 (2023-09-20)

  • #12 Implement DeclarativeOrderTestClass
  • #11 Implement TestExecutorService
  • #10 Add FailFastRunListener
  • #9 Upgrade Maven dependencies
  • #8 Implement JUnitUtil.sortBySize(URL[])
  • #7 Transition to GitHub Actions
  • #6 Add TestAide.isInCiTest()
  • #5 Add JUnit category interfaces: IntegrationTest and RegressionTest
  • #4 Implement TestAide.printStackTrace(..) to omit JUnit backtraces
  • #3 Implement TestAide.printRuntimeParameters(PrintStream)
  • #2 Implement JUnitUtil for common JUnit patterns
  • #1 Implement TestAide

v0.7.1 (2020-05-23)

  • Improve inSurefireTest condition in SurefireTestLayout.
  • Improve javadocs.

v0.7.0 (2019-07-21)

  • Upgrade org.xmlunit:xmlunit-core:2.6.2 to 2.6.3.
  • Upgrade org.openjax.xml:dom:0.9.2 to 0.9.3.

v0.6.9 (2019-05-13)

  • Initial public release.