Menu

#26 Test cases needed for method invocations in expressions

open
nobody
None
5
2008-12-19
2008-12-19
No

Test cases are needed to verify proper behavior of Cascade and Clepsydra when there are method invocations in expressions. For example:

while (myMethod(5) > 9) ...

or:

for (int j = myMethod(7); j < myOtherMethod(1); j += someOtherMethod(9)) ...

Discussion


Log in to post a comment.