Michael Swindell demoed unit testing in Diamondback at Monday morning’s general session. Very slick. There’s nothing added that you can’t do already with DUnit or NUnit, but with Diamondback it’s much, much easier. Write your class, then complete a couple of wizards to create a corresponding test project and test suite. The IDE generates the testing framework for you, and you just fill in the code for the tests themselves. You can run the tests within the IDE. This feature should significantly increase the use of unit testing in the Delphi community.
-
Links
-
Tags
.NET architecture asp.net asp.net mvc business C# Change Manager CodeRage columbus columbus architecture group compilers debugging Delphi delphi prism Embarcadero entity framework Erlang functional programming generics givecamp html humor InterBase javascript jqGrid jQuery linq linq to sql math merb Mike Rozlog modeling mvc ndepend Nick Hodges orm rails security software archeology static analysis the dynamic web unit testing uris validation WebCategories
-
Recent Comments
- charan on How to Customize ASP.NET MVC Authentication
- Basic Authentication with WCF Web API Preview 6 | Chief of the System Blog on How to Customize ASP.NET MVC Authentication
- Metadata Exception in Entity Framework Connection Strings | Programmer Solution on Troubleshooting Entity Framework Connection Strings
- Cuneyt Sina Koca on What is Homomorphic Encryption, and Why Should I Care?
- خواندنی های 18 بهمن 89 | alisite on In LINQ, Don’t Use Count() When You Mean Any()
-
{ 2 } Comments
What test framework does Diamondback use? Does it use NUnit, DUnit, configurable, or other/Borland’s own unit test framework?
Thanks for great posts, Craig.
NUnit for .NET, DUnit for Win32. You could add your own as an OTA, but I think the wizards and code generators are product-specific.
Post a Comment