8 Replies Latest reply on Jul 9, 2005 12:53 AM by ben.wang

    Functional unit tests in JBossCache codebase

    manik

      Hi,

      At the moment functional unit tests are in tests/functional/ and the actual tests are in a .test sub-package, e.g., org.jboss.cache.tests.loader.

      It would make more sense that the test package mirror the package of the classes under test, so that test cases have access to package-level variables and methods of the classes under test, removing the number of publicly accessible methods.

      Does anyone have any objections to my refactoring these packages accordingly?

      Cheers,
      Manik