1 Reply Latest reply on Dec 5, 2002 8:09 PM by davidjencks

    JBoss test protocol

    ehren

      Hi,

      the JBoss project uses an nice testsuite and includes a testprotocol that looks like javadoc. I'm interested in how this testprocotol is made, cause I would like to use it in my own project.

      Can anyone give me a hint ??

      Greetings

      Ralf

        • 1. Re: JBoss test protocol
          davidjencks

          it's basically junit with the ant junit and junitreport tasks. We have a few base test classes that do things like deploy a package easily also. There are some nice summary reports also that you can email.

          The jboss setup is a bit complicated. A simpler ant-junit setup with the html reports is in the firebird client-java (jaybird) driver project. It's the same idea, just less choices.