Menu

#112 Jmlunit should have a hook for getting all tests for method

open
nobody
5
2013-10-27
2004-05-19
No

The Jmlunit tool should generate a hook that allows it
to get all test cases for a method in a way different
than the usual cross product. This would allow easier
customization and support automatic tools.

Discussion

  • Gary T. Leavens

    Gary T. Leavens - 2004-07-23

    Logged In: YES
    user_id=633675

    I plan to have a strategy-pattern approach to solving this.
    The idea is that the current default way of finding test cases
    for a method would be the default strategy.

     
  • Gary T. Leavens

    Gary T. Leavens - 2004-08-13

    Logged In: YES
    user_id=633675

    I now think that the best approach for this is to add an
    option to only generate these hooks if the user wants them.
    Otherwise we have (a) extra code in the JMLTestData file
    that clutters it up, and (b) this extra code isn't used, and (c)
    the extra code would be out of date easily, if new methods
    are added.

     
  • Gary T. Leavens

    Gary T. Leavens - 2005-07-14
    • assigned_to: leavens --> nobody
     

Log in to post a comment.