0 Replies Latest reply on May 11, 2006 4:08 AM by bblfish

    unit tests?

    bblfish

      Hi,

      Any good ideas on how to work with unit tests that run after the class loader has been changed?

      In particular I have a bunch of annotated classes that I'd like to test without javassist transformation. I would then like to do the same tests after javassist transformation, as my transformations should have no effect on the results.