0 Replies Latest reply on Jan 5, 2010 9:44 PM by jeffleboss

    Mocking components

    jeffleboss

      Seam offers a MOCK precedence to override a component installation during integration testing.


      Lets say I have COMP-A and COMP-B.


      When I test COMP-A, I will mock COMP-B to run my test. This works fine.


      But if I want to test the original COMP-B implementation, the mocked COMP-B in the classpath will always override it.



      How can I test COMP-B ?