2 Replies Latest reply on Dec 8, 2007 2:01 AM by auspal

    Unit Testing and JBoss Maven2 Repository

    auspal

      I am trying to setup up a project that will perform unit tests in Maven2 and had planned on using the BaseTestCase class as indicated in this wiki page:

      http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndJUnit

      I don't find BaseTestCase when looking in the jboss-embedded-all-beta2.jar from the maven2 repository

      http://repository.jboss.com/maven2/org/jboss/embedded/jboss-embedded-all/beta2/

      but I do see it in the in the jboss-embedded-all.jar file from the embedded-jboss-beta2.zip which I pulled off of sourceforge. Does anybody know why it exists in one and not the other? Any information anyone might have would be appreciated.