jboss - Java EE integration test with Spock -
i have jboss
+ java ee
application. run integration test against using spock.
so claim it's possible run tests after context started:
public class examplecontextlistener implements servletcontextlistener { @override public void contextinitialized(servletcontextevent servletcontextevent) { // run spock } }
please, correct me if wrong. point me example.
your question broad , cannot covered here. have lot of reading ahead
first take @ arquillian
then @ spock extension
Comments
Post a Comment