Hi,
I am wondering if it's possible to do the following:
My application context uses some beans from a different application context
which is located in one of its dependencies. 
I am now writing unit tests for this project and the dependency as well. 
So I have my test application context in both these projects, and I would
like the one from the dependency to be visible in the other one.

Is that possible in any way?
I tried this line:
        <import resource="classpath:DependencyTestContext.xml" />
but it didn't work - that app context was not visible.

Thanks,
Papapara Tudu
-- 
View this message in context: 
http://www.nabble.com/Unit-tests-seeing-test-application-context-files-in-their-dependencies-tp17881883p17881883.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to