Re: Convention Plugin and Unit Tests

2009-03-09 Thread Musachy Barroso
 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

Convention Plugin and Unit Tests

2009-03-09 Thread dusty
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