Re: CakeTestCase, output and graceful failing

2013-01-31 Thread Rodrigo Rodrigues Moyle
Use --testdox-text in shell running, this allow to all tests to run with wich one is failing. On Tuesday, January 29, 2013 4:28:32 PM UTC-2, Vanja Dizdarević wrote: > > Pretty newb at Testing, but I wish to create a list-of-feature-test with > some useful output. > > I have created a test case f

CakeTestCase, output and graceful failing

2013-01-29 Thread Vanja Dizdarević
Pretty newb at Testing, but I wish to create a list-of-feature-test with some useful output. I have created a test case for a parser which loads about a 100 *input* + * expected* pairs from an external definition file. So far so good, test runs OK with this method: public function testForm