From: Marius P. <map...@gm...> - 2015-01-09 09:54:47
|
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 > > |