2 Replies Latest reply on Mar 1, 2004 5:30 PM by jae77

    unit tests

    jae77


      i ended up creating some junit tests to help test some of the security changes i was working on and would like to know where they should go in terms of cvs layout.

        • 1. Re: unit tests

          for modules, etc... : org.jboss.nukes.addons.modules.test.mymodule

          for nukes/nukes
          org.jboss.nukes.test.*

          for common :
          org.jboss.nukes.test.common

          there are some tests for common yet.

          • 2. Re: unit tests
            jae77

            ok - junit is going to need to be added to the third party directory or else the code won't compile.

            i'll hold off on that until the cvs freeze has been lifted and we move off to the branch.