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
andRegressionTest
- #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 inSurefireTestLayout
. - Improve javadocs.
v0.7.0 (2019-07-21)
- Upgrade
org.xmlunit:xmlunit-core:2.6.2
to2.6.3
. - Upgrade
org.openjax.xml:dom:0.9.2
to0.9.3
.
v0.6.9 (2019-05-13)
- Initial public release.