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

Test cleanup and modernization. #385

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Conversation

jeffret-b
Copy link
Contributor

A set of simple improvements to cleanup and modernize some of the test files.

Improvements include:
Generic handling
Removing unused code
Lambdas
Import optimization
Exception clause simplification

@@ -1001,178 +866,6 @@ public void onReceiveHeaders(Map<String, String> headers)
}
}

@Theory
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This section and a few other related pieces below are not used. It looks like there was the start of work to use a Theory, but it wasn't completed and there isn't a RunWith.

@jeffret-b jeffret-b requested a review from jvz June 10, 2020 16:50
@jeffret-b jeffret-b added the chore For changelog: A maintenance chore with no functional changes label Jun 10, 2020
@jeffret-b jeffret-b merged commit f15f033 into jenkinsci:master Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore For changelog: A maintenance chore with no functional changes ready-to-merge
Projects
None yet
2 participants