When you declare an abstract class in C++, it looks like this: class AbstractClass { public: virtual int ReturnFive() = 0; }; in Microsoft’s world you have an additional choice – declare a pure virtual method using the PURE macro (basically equivalent): class AbstractClass { public: virtual int ReturnFive() PURE; }; Here are …
Tag Archive: brownfield projects
Permanent link to this article: http://www.typemock.com/blog/2010/12/28/how-to-fake-an-abstract-class-with-isolator/
Aug
27
Typemock Sponsors See# Party 2010 (#ssp2010)
Location: Kreuzlingen, Switzerland The premiere See# Party in Kreuzlingen, Switzerland (on the shore of Lake Constance) gets underway tomorrow, offering a full-day of education with 16 speakers/sessions, and Typemock is proud to be a sponsor. We caught up with See# Party organizer, Juergen Gutsch, to discuss his journey from ASP developer to conference organizer, …
Permanent link to this article: http://www.typemock.com/blog/2010/08/27/typemock-sponsors-see-party-2010-ssp2010/
Jul
23
How do you test asynchronous code? Part II
This is the second part of Stefan Lieser’s article appearing in DotNetPro. Stefan was generous to translate the article and post it here. (Read the first part) Stefan Lieser works as a consultant, trainer and author. He is interested in agile methods and looking for improvement every day. Together with Ralf Westphal he started the …
Permanent link to this article: http://www.typemock.com/blog/2010/07/23/how-do-you-test-asynchronous-code-part-ii/
Jul
16
How do you test asynchronous code? Part I
This is the first part of Stefan Lieser’s article appearing in DotNetPro. Stefan was generous to translate the article and post it here. (Read part II) Stefan Lieser works as a consultant, trainer and author. He is interested in agile methods and looking for improvement every day. Together with Ralf Westphal he started the Clean …
Permanent link to this article: http://www.typemock.com/blog/2010/07/16/how-do-you-test-asynchronous-code-part-i/
Jun
01
dotnet Cologne 2010 Winners
dotnet Cologne 2010 WinnersOriginally uploaded by Typemock Mike Kuester and Ralf Abramowitsch smile big for the camera after winning Typemock Isolator licenses during Stefan Lieser’s presenation.
Permanent link to this article: http://www.typemock.com/blog/2010/06/01/dotnet-cologne-2010-winners/
May
28
: dotnet Cologne 2010: Typemock Isolator and Brownfield project
Stefan Lieser knows mud. Not the kind that sticks to the bottom of your shoes, or the kind that half-naked women wrestle in for money, but the kind that software developers wrestle with everyday: Brownfield projects. More importantly, Stefan knows how to get out the mud. In fact, he has dedicated his professional life to …
Permanent link to this article: http://www.typemock.com/blog/2010/05/28/dotnet-cologne-2010-typemock-isolator-and-brownfield-project/
