Friday, 3 October 2008

TestNG

@BeforeClass on a setup ensures Spring has bootstrapped properly.

Wednesday, 1 October 2008

TestNG

@Test(groups= { "unit" }, expectedExceptions = { AnException.class } )

Links