String result = proxy.execute();
> Assert.assertEquals("index", result);
> Assert.assertNotNull(customerController.getCustomers());
> Assert.assertTrue(customerController.getCustomers().size() > 0);
> }
>
> If I add an @Result annotation to th
I
assume it has something to do with how I am initializing the Struts
config/dispatcher but I can't be sure.
Any ideas?
--
View this message in context:
http://www.nabble.com/Convention-Plugin-and-Unit-Tests-tp22417780p22417780.html
Sent from the Struts - User mailing list
2 matches
Mail list logo