TestNG en Spring 3

 He aquí un ejemplo ( Observamos la anotación y la herencia ):

@ContextConfiguration(locations={"classpath:beans.xml"})
public class TestDAO extends AbstractTestNGSpringContextTests{
 ......
}
    

No hay comentarios:

Publicar un comentario