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 <[email protected]> > 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 <[email protected]> wrote: > > > *public class CreateJobPosting{ > > > > @Test > > public void test1() { > > String appPackage = "com.cheetah.web"; > > String appName = "app"; > > PageTester tester = new PageTester(appPackage, appName, > > "src/main/webapp"); > > Document doc = tester.renderPage("CreateJobPosting"); > > } > > } > > * > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
