-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
http-api:testFixtures
usable in other modules (#1570)
Motivation: `testFixtures` are expected to be used by other modules. After #1521 refactoring, visibility of some methods was reduced. Modifications: - Revert `protected` modifiers for `AbstractHttpRequesterFilterTest` and `AbstractHttpServiceFilterTest` methods; - Do not override `sslSession()` without a special need; Result: Modules that depend on these testFixtures classes can continue to work.
- Loading branch information
1 parent
3a20890
commit 253c34d
Showing
4 changed files
with
17 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters