VSoft Technologies Blogs

rss

VSoft Staff Blogs


Introducing Delphi Mocks

Delphi has had Unit Testing support (in the form of DUnit) for many years, but until now there very little in the way of Automatic Mocking. By contrast the .NET and Java worlds have plenty of mocking frameworks to choose from.

EC2 Support in FinalBuilder 7.0

FinalBuilder 7.0.0.1497 adds support for Amazon's EC2 Cloud Services.


FinalBuilder: now with NuGet-y goodness

NuGet is a open source package management tool for .NET applications. It allows you to very simply install, create and share reusable assemblies. With the latest release, FinalBuilder now contains a set of actions to help you interact with NuGet as part of your automated build process.


FinalBuilder Master Class - Part 1 - Hidden features.

Over the next few posts, I'm going to try to talk about some of the lesser known features in FinalBuilder, and show some ideas and techniques that I hope will help you improve your FinalBuilder projects.


DUnit and FinalBuilder/FinalBuilder Server - better integration.

FinalBuilder has had an NUnit action for some time now, but for DUnit we have always advocated just compiling the unit test executable as a console app using the TextTestRunner, and using the Execute Program action. This has worked fine, however it doesn't provide the same sort of integration into FinalBuilder Server as the NUnit action provides.