Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Typemock Isolator 5.1 Released

    This major version adds static method support and non-public method faking to the AAA API. Check out the release notes . I don’t like the reflective approach to testing private methods. With the new additions to the AAA API, testing this class: public class MyClass { public string Public() { return this...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 10-06-2008, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, SoftDev, .NET
  • Faking Output Parameters With Typemock Isolator

    Some time ago I was asked if it was possible to fake output parameters with Typemock Isolator . It’s actually very easy using any of the APIs. Given this class: public class MyClass { public bool MyMethod( string input, out int output1, out double output2) { throw new NotImplementedException (); } }...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 10-06-2008, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, SoftDev, .NET
  • Typemock Isolator 5.0 Is Out With Its New AAA API

    Typemock has released version 5.0 of its unit testing tool: Isolator . Check out the release notes . This new version comes with a new API: A rrange A ct A ssert: Isolator AAA API - The Basics Isolator AAA: Creating Fakes I’ll have to say that I liked Isolator better over Isolate . Also new in this version...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 08-20-2008, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, SoftDev, .NET, VisualStudio
  • 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
  • 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
  • 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
  • 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: UnitTests, Testing, TypeMock, Tools, SoftDev, MVP, MSDN, Microsoft, .NET, C#, LINQ
  • Help Typemock Launch Its New Visual Basic .NET Friendly API And You Might Get A Free License

    Typemock is announcing today a new version of Typemock Isolator (5.2). One of the coolest features in the new version is the inclusion of a new VB .NET unit testing API . This 'VB friendly' API was designed and written in VB.NET, for VB.NET developers. It uses the strengths of the VB.NET language to...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 01-13-2009, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, C#, VisualStudio, VisualBasic
  • Typemock Is Launching The ASP.NET Bundle – Get Free Licenses

    Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle - and for the launch they are giving out FREE licenses to bloggers and their readers. The ASP.NET Bundle is the ultimate ASP.NET unit testing solution, and offers both Typemock Isolator and Ivonna , the ASP.NET Isolator add...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-18-2009, 12:00 AM
    Filed under: ASP.NET, UnitTests, Testing, TypeMock, Tools, SoftDev, .NET
Page 1 of 2 (15 items) 1 2 Next >