1 Reply Latest reply on May 3, 2005 6:57 PM by clebert.suconic

    Package names for JRunit

    clebert.suconic

      I want to divide jrunit into some packages according to our features.

      I'm kind of out of creativity, and I want to make sure these package names make sense.

      We would have:

      org.jboss.jrunit:
      - server - for the server driven framework
      - decorators - for all the decorators
      - communication - for all the classes used for Jgroups purposes - MessageBus will be here
      - communication.data - serializable classes using for communication
      - exception - kind of obvious - all the exception classes (no changes here)
      - utility or extensions (don't know yet)- For JunitExtensions - I needed that before - classes like SerializableTest would be in this package


      Any thoughts?


      Clebert