Skip to content

feat: Migrate com.avaloq.tools.ddk.check.ui.test to Junit5#1218

Merged
markdomeng merged 1 commit into
dsldevkit:masterfrom
markdomeng:checkui
Nov 10, 2025
Merged

feat: Migrate com.avaloq.tools.ddk.check.ui.test to Junit5#1218
markdomeng merged 1 commit into
dsldevkit:masterfrom
markdomeng:checkui

Conversation

@markdomeng
Copy link
Copy Markdown
Collaborator

No description provided.

@rubenporras rubenporras self-requested a review November 10, 2025 07:46
MatcherAssert.assertThat(message, actual, IsEqualCompressingWhiteSpace.equalToCompressingWhiteSpace(expected));
} else {
assertEquals(message, expected, actual);
assertEquals(expected, actual, message);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @markdomeng ,

I do not understand this change. Why are we changing the assertEquals without changing the import? Will this not break the assertEquals?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah it was misssed on an earlier PR. the tests didn't fail because it was not used before

Copy link
Copy Markdown
Member

@rubenporras rubenporras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see the comment about assertEquals

@markdomeng markdomeng merged commit 10f0def into dsldevkit:master Nov 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants