Hi I'm struggling to work out how to override any properties in a Camel Enhanced Spring test. The documentation says that it has "feature parity" with CamelTestSupport but I can't see any ability to do it.
To be clear, I'd like to do something like overriding the useOverridePropertiesWithPropertiesComponent method in the CamelTestSupport. Any ideas? Thanks.