Omid Pourhadi
Omid Pourhadi
actually I can't recall properly it was a long time ago :D . AFAIK since I couldn't train marytts for even a word to test it I had no luck...
The only problem with this approach is sharing the created instance in test class which we can use an annotation to do so e.g @SpringContext StaticApplicationContext ctx; //created by Arquillian...
I've created a JIRA issue and explained it there. https://issues.jboss.org/browse/ARQ-1303
What is SpringAnnotationConfiguration and where is it? I wasn't aware there is such a thing I haven't used Guice so I have no idea about your second comment
Hi, I found it useful to have spring context in your test for some occasions. it's like your test is ApplicationContextAware. for example : - For publishing events ``` ctx.publishEvent(event)...
that's fine with me. I totally agree. thanks for your help
Hi @Achal1607 , This bug is related to [the other one](https://github.com/oracle/javavscode/issues/32). I've created a small video of how to reproduce the bug which you can download from [here](https://github.com/omidp/playground/blob/master/vs_bug.mkv). PS: I...