TelluriumJavaTestCase uses JUnit 4 and thus it is annotation based, for example, you can use the annotations @BeforeClass, @Before, and @Test. You can add static import of any assert*(). Please take a look at the following example.
http://code.google.com/p/aost/source/browse/trunk/core/src/test/groovy/example/test/java/GoogleSearchTestCase.java 2) You could use Maven to control the life cycle of the whole process. For example, use Maven Grails plugin. http://forge.octo.com/maven/sites/mtg/grails-maven-plugin/ Hope this can help. Thanks, Jian On Wed, Sep 23, 2009 at 4:27 AM, campariorange <[email protected]>wrote: > > Hi, I'm a freshly baked user of tellurium. > > 1. The first problem I have is that there is no possibility to use the > junit assert-methods in my subclass of TelluriumJavaTestCase. This is > obviously right because it does not extend any junit class. But all > the examples show it with the assert-methods. What do I miss? > > 2. I would like integrate the tests into my Web application project? > What is the way to start my (grails) webapp automatically before > running the tellurium tests and to stop it afterwards? > > Thank you! > Jan > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
