Back

Forum Replies Created

Viewing 0 reply threads
  • Author
    Posts
    • #12937
      Neil
      Participant

      If you need to test a private method of a legacy application where it isn’t possible to change the code, one option for Java software is jMockit. This allows you to create mocks to an object when they are private to a class.

Viewing 0 reply threads