Question -- or perhaps this is the Agile me coming out at the wrong time Surely we should be setting up "other" tests to check that tests finish executing within a certain time period. Thus we should not be outputting the time each test takes to the console, only the fact that a certain "test" took longer to execute that expected -- that was in the original UniTest++
Tom Plunket wrote: > The point wasn't how long it took. The point was how much stuff there > was to sift through. > > Say you run 10000 tests, and test 5849 fails. With all of that > output, how do you know what failed? > > On Mon, Nov 23, 2009 at 6:28 AM, Vlad <v...@demoninsight.com> wrote: > >> unittest>time ./TestUnitTest++ >> Success: 175 tests passed. >> Test time: 0.09 seconds. >> real 0m0.120s >> user 0m0.007s >> sys 0m0.005s >> >> unittest>time ./alltests >> ... >> real 0m0.127s >> user 0m0.011s >> sys 0m0.009s >> Even with a pessimistic estimate of ~ 1ms overhead per 1 line of console >> output, each 1000 tests add ~2 sec to the testing time. Hopefully that's >> negligible compared to what all those tests really do .... >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > unittest-cpp-devel mailing list > unittest-cpp-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel > > > -- Michael Smith Ph. D., Professor, Department of Electrical and Computer Engineering. Adjunct Professor, Department of Radiology, University of Calgary. Analog Devices University Ambassador. Electrical and Computer Engineering, Voice: (+1) 403-220-6142 University of Calgary, Calgary, Fax: (+1) 403-282-6855 Alberta, Canada T2N1N4 Email: mike.sm...@ucalgary.ca Experience can't be taught, experience can only be earned. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ unittest-cpp-devel mailing list unittest-cpp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel