[Newbies] unit tests for missing methods

Mark Volkmann mark at ociweb.com
Mon Sep 29 01:13:49 UTC 2008


I wrote a test for a method that doesn't exist yet and ran it to see  
what would happen. I expected it would say something about  
doesNotUnderstand. Instead I got a fairly deep stack trace where the  
first two lines indicate that I got a signalFailure from the assert  
method in TestCase. I'm curious why I don't get something a little  
more descriptive.

---
Mark Volkmann






More information about the Beginners mailing list