You can clone with HTTPS or SSH.
<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