Skip to content

Move all test helper classes out of AbstractTransportTest so they can be used elsewhere#12125

Merged
kannanjgithub merged 11 commits intogrpc:masterfrom
jdcormie:stream-fixtures
Jun 5, 2025
Merged

Move all test helper classes out of AbstractTransportTest so they can be used elsewhere#12125
kannanjgithub merged 11 commits intogrpc:masterfrom
jdcormie:stream-fixtures

Conversation

@jdcormie
Copy link
Copy Markdown
Member

@jdcormie jdcormie commented Jun 2, 2025

@jdcormie jdcormie marked this pull request as ready for review June 2, 2025 22:36
@jdcormie jdcormie requested a review from larry-safran June 2, 2025 22:36
MockServerTransportListener create(ServerTransport transport);
}

public MockServerListener(ServerTransportListenerFactory serverTransportListenerFactory) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Note to other reviewers: This is the new logic apart from simple refactoring changes, to take a factory for the transport listener whereas the original inner class was using a hardcoded implementation (MockServerTransportListener) by itself.

@kannanjgithub kannanjgithub requested review from ejona86 and removed request for larry-safran June 3, 2025 11:58
@kannanjgithub kannanjgithub merged commit 4c73999 into grpc:master Jun 5, 2025
24 of 26 checks passed
AgraVator pushed a commit to AgraVator/grpc-java that referenced this pull request Jun 23, 2025
jdcormie added a commit to jdcormie/grpc-java that referenced this pull request Jun 27, 2025
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Sep 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants