Skip to content

Tags: openrewrite/rewrite-testing-frameworks

Tags

v3.21.3

Toggle v3.21.3's commit message

v3.21.2

Toggle v3.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Depend on rewrite-third-party for the type table entries (#841)

v3.21.1

Toggle v3.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add JUnit 6 type table entries (#839)

v3.21.0

Toggle v3.21.0's commit message

v3.20.0

Toggle v3.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade testcontainers for the JUnit 5 migration (#833)

* Upgrade testcontainers for the JUnit 5 migration

* Upgrade before exclude

* Reformat

v3.19.0

Toggle v3.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Separate best practices for JUnit 5, JUnit 6 and Jupiter (#828)

* Separate best practices for JUnit 5, JUnit 6 and Jupiter

* Fix display name for JUnit 6 best practices

* Create a separate shared junit-jupiter.yml

v3.18.0

Toggle v3.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing bug in `MockitoWhenOnStaticToMockStatic` related to originally…

… not using the FQN of the class when detecting it from a `when(X.y())` style usage. (#826)

* Fixing bug in `MockitoWhenOnStaticToMockStatic` related to originally not using the FQN of the class when detecting it from a `when(X.y())` style usage.

* Adopt `ListUtils.filter` and direct field access for clearer use

* Prefer JavaType as field rather than it's String representation

* Replace `InvokedTypeWrapper` with `JavaType.Class`

---------

Co-authored-by: Tim te Beek <[email protected]>

v3.17.0

Toggle v3.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create test type table for formerly included jars (#817)

Based on openrewrite/rewrite-build-gradle-plugin#117

v3.16.3

Toggle v3.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update type tables via `./gradlew createTypeTable` (#808)

* Update type tables via
> Configure project :
Inferred project: rewrite-testing-frameworks, version: 3.17.0-SNAPSHOT

> Task :createTypeTable UP-TO-DATE

BUILD SUCCESSFUL in 652ms
1 actionable task: 1 up-to-date

This commit updates the type tables using the   task.

* Update failing test to be future-proof

* Use `assertThat` in `UseXMLUnitLegacyTest`

---------

Co-authored-by: Tim te Beek <[email protected]>

v3.16.2

Toggle v3.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Collapse assertions after conversion (#805)

* Collapse Hamcrest assertions after conversion

* Collapse Hamcrest assertions in single pass

* Also assert JUnit assertions are collapsed after conversion