Skip to content

Th2 3673 common need to change the filter#201

Open
fiodar-r wants to merge 18 commits intomasterfrom
TH2-3673-common-need-to-change-the-filter
Open

Th2 3673 common need to change the filter#201
fiodar-r wants to merge 18 commits intomasterfrom
TH2-3673-common-need-to-change-the-filter

Conversation

@fiodar-r
Copy link
Contributor

No description provided.

Comment on lines +391 to +394
arguments(simpleMessageBuilder("test", Direction.FIRST, "test-alias"), true),
arguments(simpleMessageBuilder("test", Direction.SECOND, "test-alias"), true),
arguments(simpleMessageBuilder("test", Direction.FIRST, "test-wrong"), true),
arguments(simpleMessageBuilder("test", Direction.SECOND, "test-alias-wrong"), false),

Choose a reason for hiding this comment

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

I mean this case, here we can see:

  • simpleMessageBuilder - the base structure of the target message
  • "test", SECOND, "test-alias-wrong" - arguments

Could you please write others methods in a similar style

import org.mockito.kotlin.mock
import org.mockito.kotlin.never
import org.mockito.kotlin.verify
import org.mockito.kotlin.*

Choose a reason for hiding this comment

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

Please avoid multiple imports. You can configure idea for that

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.

2 participants