Browse by Tags

TF900548 when using my Typemock 2012 TFS custom build activity
Sat, Mar 23 2013 16:52
Using the Typemock TFS 2012 Build activity I created I had started seen the error TF900548: An error occurred publishing the Visual Studio test results. Details: 'The following id must have a positive value: testRunId.' I thought it might be down to having patched our build boxes to TFS 2012 Update 1, maybe it needed to be rebuild due to some dependency... Read More...
Cannot run Microsoft Fakes based test if Typemock Isolator enabled
Sat, Mar 9 2013 9:07
With Microsoft Fakes moving to the Premium SKU of Visual Studio in 2012.2 ( CTP4 is now available ) more people will be looking at using them. I have just installed CTP4 and have seen a behaviour I don’t think I have not seen in the previous version of Visual Studio (I need to check because as well as CTP4  I have recently installed the new version of Typemock... Read More...
For those hard to mock moments - Microsoft Fakes or Typemock Isolator?
Tue, Feb 26 2013 13:29
About a year ago I wrote a post ‘ Now that VS11 has a fake library do I still need Typemock Isolator to fake out SharePoint? ’. Well this discussion becomes relevant for more people as with Visual Studio 2012.2 ( currently available as a CTP ) the Microsoft Fakes move from the Ultimate SKU to the Premium SKU . From my experience the Ultimate SKU is not present... Read More...
New release of Typemock Isolator
Mon, Feb 25 2013 5:49
Typemock have released a new version of Isolator (7.3 ) that addresses some problems they have been having with Visual Studio 2012 and Windows 8 Resolved all issues concerning the breaking MS update Boosted performance across the board ( up to 44% faster ) Enhanced SmartRunner UI Improved mocking capabilities Better integration with .NET development ecosystem... Read More...
Release of Typemock Isolator Basic edition
Thu, Sep 27 2012 15:05
Some great news today from Typemock, there is now a free basic edition of Typemock Isolator. The addresses a key historic problem with Isolator, that of its cost when you don’t need the advanced features of Isolator all the time. Now if you need the cool advanced mocking features of Isolator, such as mocking sealed private classes, then the cost is not really... Read More...
Getting Typemock Isolator running within a TFS 2012 build – part 2
Fri, Aug 24 2012 9:05
I posted previously on getting Typemock 7.x running in a TFS 2012 RC build process . Well it seems the activities I previously published did not work on the TFS 2012 RTM build i.e if you do nothing other than upgrade your TFS server from RC to RTM a previously working build fails, no attempt was made to run any tests and I got the unhelpful error TF900546: An... Read More...
Getting Typemock Isolator running within a TFS 2012 build
Sat, Aug 4 2012 6:01
I have posted in the past about getting Typemock Isolator to function within the TFS build process . In TFS 2008 it was easy , you just ran a couple of MSBUILD tasks that started/stopped the Typemock Isolator inception process (the bit that does the magic other mocking frameworks cannot do). However with TFS 2010’s move to a windows workflow based build model... Read More...
Links for todays Typemock webinar
Tue, May 22 2012 7:39
Thanks to everyone who attended my Typemock Isolator and SharePoint session. The links I mentioned were Mocking Sharepoint for Design with Typemock Isolator Mocking SP2010 64bit Assemblies with Typemock Isolator   I will post a link to the recording as soon as it is made available Read More...
Doing a webinar on Typemock Isolator and Sharepoint
Thu, May 10 2012 17:05
I am presenting a webinar on Typemock Isolator and Sharepoint on the 22nd of May. For more details and to register see the Typemock site Read More...
Fix for problem faking two SPLists in a single unit test with Typemock Isolator has been released
Mon, Apr 2 2012 10:00
A blogged a while ago about a problem faking multiple SPList with Typemock Isolator in a single test . With the release of Typemock Isolator 7.0.4.0 you no longer have to use the workaround I documented. You can now use the code if the originally planned, and it works as expected 1: public partial class TestPage : System.Web.UI.Page 2: { 3: public TestPage()... Read More...
Now that VS11 has a fake library do I still need Typemock Isolator to fake out SharePoint?
Fri, Mar 23 2012 12:16
I have done posts in the past about how you can use Typemock Isolator to fake out SharePoint to speed design and testing . The  reason you need special tooling, beyond standard mocking frameworks like Rhino or MOQ, is that SharePoint has many sealed private classes with no public constructors. So in the past you only had two options: Typemock Isolator and... Read More...
Typemock Isolator Version 7
Thu, Mar 22 2012 5:54
Whilst travelling I had neglected to post about the new release of Typemock Isolator Version 7 . This new release extends the range of the product to provide a variety of ‘test support tools’ that help you track down bugs sooner. However, the best new feature for me is that it allows support of historic versions of Isolator, this means you don’t have to upgrade... Read More...
Free webinar on Typemock Isolator V7
Mon, Feb 20 2012 7:54
Next Wednesday (the 22nd of February) Typemock are running a free webinar ‘Isolator V7 Preview: A New Perspective on Unit Testing’ . It will be showcasing Immediate feedback of newly introduced bugs with a new autorunner. Pinpoint identification of the bug's location with the failed-test analyzer. Visual coverage of which part of your code is covered Powerful... Read More...
Typemock Isolator 6.2 released–now with TFS2010 build support
Mon, Nov 21 2011 9:00
Typemock have recently released a new version of Isolator, 6.2. As well as the usual fixes and enhancements you would expect, this is the first version to support TFS 2010 team build out the box. Prior to this release Typemock supported MSBuild based TFS builds (2005/2008) but not the Windows Workflow based version in TFS 2010. The issue was that in TFS 2010... Read More...
Video of my Webinar for Typemock is available
Mon, Sep 26 2011 4:26
The video of my recent webinar for Typemock on using Isolator for designing SharePoint webparts is up at http://www.typemock.com/sharepoint-web-parts You can also find a link to it from http://bit.ly/RFennellVideos , as well as links to all the other videos of my presentations I know of that are publically available. Read More...
Update on using Typemock Isolator to allow webpart development without a Sharepoint server
Tue, Sep 6 2011 16:56
I have in the past posted about developing SharePoint web parts without having to use a SharePoint server by using Typemock Isolator . This technique relies on using Cassini or IIS Express as the web server to host the aspx page that in turn contains the webpart. This is all well and good for SharePoint 2007, but we get a problem with SharePoint 2010 which seems... Read More...
Doing a webinar on using Typemock Isolator with SharePoint Webparts
Mon, Sep 5 2011 8:50
I am doing a free webinar on Wednesday, September 21, 2011 at 3:00 PM BST with the title "Using Typemock Isolator to speed the development of SharePoint Web Parts". For more details have a look at http://www.typemock.com/webinars the details should be up soon Read More...
Verifying non–public methods have been called using Typemock Isolator in VB.Net
Sat, Sep 3 2011 16:30
I am currently writing some training material for a client on mocking showing how life is so much easier if software is designed with testing in mind. As part of this material I showing that though we aim for nice design patterns which allow testing we have to deal with legacy systems that were not designed this way. However, there are tools that allow us to... Read More...
More tips and tricks using my Typemock custom build activity with TFS 2010 build
Tue, Jul 26 2011 7:54
Every time I add the Typemock Isolator custom activity to a TFS 2010 build I learn something new that eases the process. In the past I have posted on the basic process to get the activity into your build, and I would also draw your attention to the ALM rangers guide to build customisation , which provides loads of useful information on this front. Today, when... Read More...
Follow up to last nights session on mocking
Fri, Jul 22 2011 6:17
Thanks to everyone who came to my session at NxtGen in Southampton last night, and congratulation to the people who won Typemock Isolator licenses kindly provided by Typemock . The session was meant to be based on TDD and Mocking, quite a big subject for 90 minutes. I of course had to gloss over some areas that are interesting around the edges of this subject... Read More...
More Posts Next page »