Skip to content

1.6.0

Compare
Choose a tag to compare
@sambsnyd sambsnyd released this 12 Jun 00:28
· 620 commits to main since this release

Enhancements:

  • Update with rewrite core libraries 7.7.0

Fixes:

  • Wrong receiver type on hamcrest method after JUnit 4 -> 5 migration #145
  • TemporaryFolderToTempDir does not preserve field modifiers #143
  • TemporaryFolderToTempDir JavaTemplate error when translating new file method invocation #142
  • ExpectedExceptionToAssertThrows. Fix assertThrows template by using the any keyword for the TypedTree exception class parameter and adding MultipleFailuresError to the JupiterAssertions shim. 8f7842b
  • Fix AssertToAssertions, rather than Changing type of all junit.Assert leverage ChangeMethodTargetToStatic for applicable types. f7923c8
  • TemporaryFolderToTempDir updates to ensure all org.junit.rules types are converted and not added to the TypeCache. 64aaf80
  • Fix CleanupMockitoImports so that it doesn't remove or re-order non-mockito imports 8cd3e75