Re: Unit testing Tapestry within intellij?

2011-07-14 Thread Julien Martin
yes. I actually sorted the problem. I had forgotten to include servet api as a provided dependency in my pom.xml. Thanks Mark. Julien. 2011/7/14 Mark mark-li...@xeric.net Do you actually have a page in com.cheetah.web.pages that is called CreateJobPosting that you can view in a web browser

Re: Unit testing Tapestry within intellij?

2011-07-13 Thread Mark
Do you actually have a page in com.cheetah.web.pages that is called CreateJobPosting that you can view in a web browser when the app is running? Mark On Tue, Jul 12, 2011 at 12:11 PM, Julien Martin bal...@gmail.com wrote: *public class CreateJobPosting{    @Test    public void test1() {  

Unit testing Tapestry within intellij?

2011-07-12 Thread Julien Martin
Hello, I am trying to follow the unit testing tutorial provided here: http://tapestry.apache.org/unit-testing-pages-or-components.html and I am not able to run the tests from Intellij. Here is what I get: *com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 -junit4 tests.CreateJobPosting