From: Warren P. <war...@gm...> - 2015-01-09 14:51:54
|
Marius, I respectfully disagree that the DUnit/X GUI is in the works. I have talked over on the Google+ group to the people, and everyone is still in the navel gazing stages. Also, I disagree that the "Easy compatibility" feature is worthwhile. It's not. For my codebase, which has hundreds of unit tests apps, the rewrite effort is far too large, for zero benefits to me. I'm currently looking at DUnit2 and I think that a revived DUnit project with the DUnit2 codebase looks far more promising to me than DUnit/X. Warren On Fri, Jan 9, 2015 at 4:54 AM, Marius Popescu <map...@gm...> wrote: > Hi, > > While DUnitX is different than DUnit (in ways I appreciate), let me add > that they provide an easy way to upgrade from DUnit. > They have a unit called DUnitX.DUnitCompatibility that adds the CheckTrue > etc methods used by DUnit and implements them over DUnitX. > > See the introduction here > https://www.finalbuilder.com/resources/blogs/postid/697/introducing-dunitx, > specifically: > > *Can I convert my DUnit Tests to DUnitX?* >> DUnitX has limited support for DUnit Tests. Conversion to DUnitX is >> relatively simple, DUnitX.DUnitCompatibility.pas has a TTestCase class with >> all the Check(X) methods on it (marked as deprecated, which delegate to the >> new Assert methods. In the uses clause, replace >> >> *TestFramework*with >> >> *DUnitX.TestFramework,DUnitX.DUnitCompatibility;*and change the >> registration to >> *TDUnitX.RegisterTestFixture(TYourTestClass)* > > > Moreover, a GUI is in the works. The recent add of Command line parameters > to run specific tests replaced a lot the need for a GUI. > > Kind regards, > Marius Popescu > > On Fri, Jan 9, 2015 at 1:23 AM, Warren Postma <war...@gm...> > wrote: > >> Juancarlo - I agree with you. >> >> I feel that DUnit/X is a real break with DUnit and offers nothing in the >> way of even portability aids. It has no gui test runner. It is primitive, a >> step backwards, for me. >> >> Why didn't DUnit2 get merged with DUnit? That's what I want to know! >> >> Jeroen, are you still active on this mailing list? >> >> Warren >> >> >> On Thu, Jan 8, 2015 at 7:20 PM, Juancarlo Añez <ap...@gm...> wrote: >> >>> >>> On Thu, Jan 8, 2015 at 2:21 PM, Warren Postma <war...@gm...> >>> wrote: >>> >>>> It's January 2015, and I haven't seen a significant change or any >>>> interest in further development in dUnit since 2007. >>> >>> >>> FWIW, I'm the original author, and I'm still listening, but I no longer >>> use Delphi, so I have little to nothing to contribute to DUnit's evolution. >>> >>> I like what was done with DUnitX, and Dunit2. I don't understand why >>> DunitX didn't try to bring in the Dunit community. >>> >>> Cheers, >>> >>> -- >>> Juancarlo *Añez* >>> >>> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming! The Go Parallel Website, >>> sponsored by Intel and developed in partnership with Slashdot Media, is >>> your >>> hub for all things parallel software development, from weekly thought >>> leadership blogs to news, videos, case studies, tutorials and more. Take >>> a >>> look and join the conversation now. http://goparallel.sourceforge.net >>> _______________________________________________ >>> Dunit-interest mailing list >>> Dun...@li... >>> https://lists.sourceforge.net/lists/listinfo/dunit-interest >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming! The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net >> _______________________________________________ >> Dunit-interest mailing list >> Dun...@li... >> https://lists.sourceforge.net/lists/listinfo/dunit-interest >> >> > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Dunit-interest mailing list > Dun...@li... > https://lists.sourceforge.net/lists/listinfo/dunit-interest > > |