Browse by Tags

Related Posts

  • TypeMock Insulator 4.2 Beta Publicly Available

    TypeMock (now called) Insulator 4.2 Beta is publicly available. Check out the release notes . One of my favorite new features is the improved mock chaining. Take this class to be tested: public class TestedClass1 { public IDictionary < string , object > Dictionary { get { throw new NotImplementedException...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 02-03-2008, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, SoftDev, .NET, VisualStudio
  • TypeMock: How to Make Reflective Mocks More Natural

    Like I said before , this as been on the back of my mind for a while. A while back I introduced a way to get the MethodInfo of a method in a strongly typed way using LINQ , and that's how I'm going to make Reflective Mocks more Natural . Well, it's as easy as this: public static class MockExtender {...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 01-31-2008, 12:00 AM
    Filed under: TypeMock, LINQ, MSDN, .NET, C#, Microsoft, MVP, SoftDev, Testing, Tools, UnitTests
  • Web Client Software Factory 2.0 shipped

    Web Client Software Factory 2.0 February 2008 Release Resources MSDN site: http://msdn.microsoft.com/webclientfactory Community site: http://www.codeplex.com/websf About the Deliverable The Web Client Software Factory (WCSF) provides a set of guidance for architects and developers building enterprise...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 02-29-2008, 12:00 AM
    Filed under: Community, ASP.NET, Tools, SoftDev, PageFlow, PnP, WCSF, Web, MSDN, SoftwareFactories, Microsoft, Architecture, .NET, VisualStudio, AJAX
  • TypeMock Isolator 4.2 Released

    TypeMock has released version 4.2 of its mocking framework: TypeMock Insulator. Check out the release notes . My four favorite new features in this release are: Improved mock chaining Debugger evaluation doesn't change the test behavior The debugger can be run inside a recording block without confusing...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 03-03-2008, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, SoftDev, .NET, VisualStudio
  • Upcoming Typemock Webcast on March 12

    Typemock is having a special Webcast on Wednesday March 12, 16:00 GMT The live demo will include: The Support of the new .NET 3.5 framework and specifically how to mock LINQ statements. The improved IDE based on using colors to emphasize mocked methods. Seamless integration with  Microsoft’s...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 03-04-2008, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, SoftDev, Webcasts, Events
  • Upgrading the WCSF EventBroker Extension to WCSF 2.0

    While preparing the demos for my session at TechDays Portugal 2008 , I've noticed some changes in the Web Client Software Factory 2.0 that prevented the EventBroker Extension from compiling and running. The problem ended out just being a little change in the WebClientApplication class. The virtual methods...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 03-12-2008, 12:00 AM
    Filed under: Community, ASP.NET, Tools, SoftDev, PnP, WCSF, Web, MSDN, SoftwareFactories, Microsoft, .NET, Techdays, TechdaysPT08
  • Framework Design Studio On MSDN Code Gallery

    I just came across this today: Framework Design Studio is a set of tools for reusable library designers. The package contains a GUI tool for viewing, reviewing, and comparing versions of managed APIs. It also contains a command line tool for generating API diff reports. This seems to be a great tool...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-08-2008, 12:00 AM
    Filed under: Tools, SoftDev, MSDN, Microsoft, Architecture, .NET
  • The Architecture Tool Space Keeps Growing

    The tool space for software architecture has been growing. There are new tools and continuous improvement in the existing ones. Framework Design Studio Last month Krzysztof Cwalina from Microsoft released the Framework Design Studio at MSDN Code Gallery . The tool allows comparing two versions of an...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-05-2008, 12:00 AM
    Filed under: SQLServer, Tools, SoftDev, Microsoft, Architecture, .NET
  • Typemock Developers Community Site Updated

    Typemock has updated its Developers Community Site with new sections. Besides the forums , there's a new add-ons page where anyone can share her/his tools or snippets (I guess I'll have to brush up my Typemock Snippets For Visual Studio to add there) and an experts page (guess who's there).
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-29-2008, 12:00 AM
    Filed under: Community, UnitTests, Testing, TypeMock, Tools, SoftDev, .NET
  • DebugBar, Companion.JS And IETester

    Some days ago a colleague of mine pointed out to me this tool ( IETester ) that allows testing the different rendering and JavaScript engines of Internet Explorer (5.5, 6, 7 and 8beta1) side by side with the installed version. I haven’t tested IETester yet, but I found two other tools in the site that...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 06-11-2008, 12:00 AM
    Filed under: InternetExplorer, SoftDev, Testing, Tools, Web
Page 1 of 3 (21 items) 1 2 3 Next >