Has anyone tried running the latest CFUnit on BD .NET 7?
I can't seem to get it to work right in the browser or the CFEclipse plugin.
I always run into a problem where the methods in the file /framework/TestCase.cfc
aren't being recognized correctly.
'Method setName could not be found. Check that the method is publicly accessible,
the correct number of arguments are specified and that the argument types match'
I have the mappings setup for the net folder, as the help docs on CFUnit
suggests.
If I invoke TestCase on it's own it executes without error but as soon as I try
to run any tests (even the example that ships with CFUnit)... crash and burn.
Very bizarre.
If anyone else has this problem, please let me know...