Menu

#1 muTestCase should accept parameter as is

open
5
2004-05-07
2004-04-22
Anonymous
No

muTestCase should accept the parameter as is rather
than assuming the test case end with "Test".

For example:

$(call muTestCase,dot2SpaceTest)

is preferred over:

$(call muTestCase,dot2Space)

Abiding by the former allows developers to name their
test cases however they choose (allowing them to stick
to other naming conventions). For example:

$(call muTestCase,dot-to-space-test)

Discussion

  • Christoph Schulz

    Logged In: YES
    user_id=284605

    OK, will be done in next release.

     
  • Christoph Schulz

    • assigned_to: nobody --> kristov
     

Log in to post a comment.