VirtualWorldsRepos / lslforge

Automatically exported from code.google.com/p/lslforge
0 stars 0 forks source link

Feature Request: Additional options besides Nice, Normal etc. #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to test the end-result, e.g. a function call that includes a 
llWhisper() or llMessageLinked() to another script somewhere else. Under some 
conditions, I want to make sure those llWhisper() or llMessageLinked() calls 
are *not* made. 

Currently, to test that, I have to do Normal or Exhaustive. This means keying 
in every single call along the way leading up to this and every one proceeding 
after this.

We need a nice-plus:
(1) Nice, but we can flag selected calls as *must* be there.
(2) In addition, we can flag selected calls that *must not* be there (perhaps 
include wildcats for parameters)

This would speed up Unit Testing entry without sacrificing meaningfulness.

Original issue reported on code.google.com by lulu.cit...@gmail.com on 12 Mar 2012 at 11:14