Issue 78: public functions not named test* are run by the framework
Status:  WontFix
Owner:
Closed:  Aug 2008
Cc:
Project Member Reported by marc.es...@gmail.com, Mar 9, 2008
What steps will reproduce the problem?
1. create test case
2. create public function with any name not starting with test
3. run test case 

What is the expected output? 
that function shouldn't run

What do you see instead?
that function runs

see this thread for full explanation and possible solution:
http://groups.google.com/group/mxunit/browse_thread/thread/578edad6c1a52bb3/6eefb067af6bc14a#6eefb067af6bc14a

 
Aug 6, 2008
Project Member #1 marc.es...@gmail.com
not fixing this. i am actually quite glad it doesn't enforce this rule because my
test names have become much more expressive:

rollbackShouldFailWhenSomethingSomethingSomething
Status: WontFix