Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View #jbosstesting!jc3@irc.freenode.net:6667.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<aslak> jc3, in_container is halfway free.. you need to implement the
TestRunner SPI as well as the TestFramework integration. it is
basically just how to restart the same thing in container [09:51]
<aslak> so the Protocol will target a Servlet with the parameters, ClassName
and MethodName. the TestRunner impl then has to recontruct the
Arquillian runner and 'filter' out to only run that specific Method.
[09:52]
<aslak> beyond that you'll get the rest for free
<aslak>
http://github.com/arquillian/arquillian/blob/master/spi/src/main/java/org/jboss/arquillian/spi/TestRunner.java
[09:53]
*** pmuir (~pmuir@redhat/jboss/pmuir) has joined channel #jbosstesting
<aslak> junit impl of the InContainer TestRunner:
http://github.com/arquillian/arquillian/blob/master/junit/src/main/java/org/jboss/arquillian/junit/JUnitTestRunner.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.