Increasing the visibility to protected allows to override it for
customizations.
I need two suites to simulate calls to two two different major versions of a software - where paths and contents may differ quite much. To achieve this, I'd like to extend the HoverflyExtension and overwrite the getPath method and prepend the path with a folder for each suite, e.g. controlled by a system property.
I'll provide a test for this in a subsequent PR (after may holidays ;) ), but would like get the increased visibility in the next release by chance. Time's running out today to provide a well-implemented test...
Increasing the visibility to
protected
allows to override it for customizations.I need two suites to simulate calls to two two different major versions of a software - where paths and contents may differ quite much. To achieve this, I'd like to extend the
HoverflyExtension
and overwrite thegetPath
method and prepend the path with a folder for each suite, e.g. controlled by a system property.I'll provide a test for this in a subsequent PR (after may holidays ;) ), but would like get the increased visibility in the next release by chance. Time's running out today to provide a well-implemented test...
Many thanks in advance!