Skip to content

Tags: openrewrite/rewrite-testing-frameworks

Tags

v3.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adopt TypeTable (#676)

* Adopt TypeTable

* Unpin minor versions in jar references

* Refresh TypeTable and include testng as referenced

* Unpin JUnit 4 minor version

* Unpin JUnit 4 minor version in JMockitTestUtils

* Pin powermock to specific version to fix tests

v3.2.0

Restore constructor and field used downstream

Partially reverts 032b0eb

v3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add mockito org.mockito:mockito-junit-jupiter:3.x in scope test not r…

…untime (#667)

Co-authored-by: Tim te Beek <tim@moderne.io>

v2.24.1

Pin versions ahead of release

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[660] Use the correct implementation of the MethodOrderer for the @Te…

…stMethodOrder annotation. (#661)

Signed-off-by: James R. Perkins <jperkins@redhat.com>

v2.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AssertJ assertions not collapsed on Integer (#604)

* demo: add test

* Update src/test/java/org/openrewrite/java/testing/assertj/CollapseConsecutiveAssertThatStatementsTest.java

Co-authored-by: Tim te Beek <timtebeek@gmail.com>

* Update src/test/java/org/openrewrite/java/testing/assertj/CollapseConsecutiveAssertThatStatementsTest.java

Co-authored-by: Tim te Beek <timtebeek@gmail.com>

* Update src/test/java/org/openrewrite/java/testing/assertj/CollapseConsecutiveAssertThatStatementsTest.java

Co-authored-by: Tim te Beek <timtebeek@gmail.com>

* Disable test for now

---------

Co-authored-by: Tim te Beek <timtebeek@gmail.com>
Co-authored-by: Tim te Beek <tim@moderne.io>

v2.23.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add testImplementation("org.openrewrite:rewrite-test")

v2.23.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add testImplementation("org.openrewrite:rewrite-test")

v2.22.0

Drop workaround following upstream fix

openrewrite/rewrite@f50e53b

v2.21.0

Polish