Hi, I figure out the problem. The problem is i was given tellurium web test folder as Test Source folder instead of Source folder so it was not compiling the groovy classes because of some reason. After i change my project setting it started working.
Thanks. On Oct 26, 6:20 pm, Jian Fang <[email protected]> wrote: > What version of IntelliJ IDEA are you using? What is your build system, ant > or Maven? > > Does it work fine from command line? > > Thanks, > > Jian > > On Mon, Oct 26, 2009 at 4:54 AM, khush <[email protected]> wrote: > > > Hello All, > > > I am trying to integrate tellurium into my existing project which is > > in jsf. I am using idea as IDE. > > > First of all i created a new project in idea and run the following > > example: > > >http://code.google.com/p/aost/wiki/CustomTelluriumIntelliJProject > > > It worked quite nicely. > > > but later on i tried to integrate same example in my running project > > but it did not work and gave the following err: > > > java.lang.AssertionError: > > at org.junit.Assert.fail(Assert.java:91) > > at org.junit.Assert.assertTrue(Assert.java:43) > > at org.junit.Assert.assertNotNull(Assert.java:524) > > at org.junit.Assert.assertNotNull(Assert.java:535) > > at com.basware.bt.web.TelluriumVerifierTestCase.testDownloadSearch > > (TelluriumVerifierTestCase.java:33) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke > > (NativeMethodAccessorImpl.java:39) > > > after some investigation i found that control is not going on groovy > > class from my java class when i am calling groovy class method like : > > > String[] allTypes = app.getAllDownloadTypes(); > > > I have done all the required configurations and also have added > > required libraries to the dependencies of my project but still its not > > working. > > > Can anyone please suggest me any idea why its not working? > > > Thanks and Regards, > > Khush --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
