[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tptp] Test with JUnit4 in an EMF project
|
Hi,
I post in the two newsgroup because I hope that both can bring me the solution.
I tried to test some creation of EObject.
But in my JUnit test, the XXXFactory.eINSTANCE return the generated instance although the extended factory that I use and declared in another plugin via o.e.emf.ecore.factory_override.
How can I set JUnit test aware of this?
I already try with adding the plugin with extended factory User entries classpath of the JUnit test launch configuration but with no change.
Thanks for any hints.
Aurelien Pupier