Hi Claus,
I am using plain spring testing and annotating my custom class like this:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration
public class MyCamelTest {
I don't think I am able to use useOverridePropertiesWithPropertiesComponent
in this scenario. Is there a similar technique I can use with this testing
methodology?
Thanks,
Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/Change-property-in-unit-test-tp5758017p5758098.html
Sent from the Camel - Users mailing list archive at Nabble.com.