Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing Updates #3195

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft

Testing Updates #3195

wants to merge 6 commits into from

Conversation

duanemay
Copy link
Member

  • Migrate to Junit 5
  • Migrate to AssertJ
  • Migrate Hamcrest Assertions
  • Use SpringJUnitConfig

# Conflicts:
#	server/src/test/java/org/cloudfoundry/identity/uaa/db/DbMigrationIntegrationTestParent.java
#	server/src/test/java/org/cloudfoundry/identity/uaa/db/HsqlDbMigrationIntegrationTest.java
#	server/src/test/java/org/cloudfoundry/identity/uaa/db/MySqlDbMigrationIntegrationTest.java
#	server/src/test/java/org/cloudfoundry/identity/uaa/db/PostgresDbMigrationIntegrationTest.java
#	server/src/test/java/org/cloudfoundry/identity/uaa/db/TableAndColumnNormalizationTest.java
Remove
@ExtendWith(SpringExtension.class) and @ContextConfiguration
in favor of @SpringJUnitConfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

1 participant