Telerik blogs
  • Productivity Testing

    Handling Arguments in JustMock Arrangements

    Mocking is all about making it easy to isolate the system under test in unit tests. In non profiled mocking, this is typically done by creating a proxy for an interface, and arranging the methods that will be called on the proxy. Mocking frameworks like JustMock determine matching calls not only based on the method signature, but also by the values of the arguments passed into the method. JustMock provides many mechanism to tune how the matching is done.
    May 27, 2021 5 min read
  • Productivity Testing

    KickStart Your .NET Mocking

    Getting started with mocking can be hard. In this article, I describe the path that I took on my way to becoming a frequent mocker.
    May 27, 2021 8 min read
  • Productivity

    Top 5 TDD Mistakes

    Our guest blogger, the Contented Coder, Bradley Braithwaite shares the 5 most common TDD mistakes that he has encountered over the years.
    May 27, 2021 11 min read
  • People

    Developer Resolutions for 2013

    My friend and coworker Chris Eargle wrote a great post on some resolutions for the New Year.  It made me think about how lucky we were to avoid this particular apocalypse (along with all of the others that I've lived through in my 45 years), so I’ve come up with a few developer centric resolutions of my own.
    May 27, 2021 5 min read
  • Productivity

    Are You a Developer Who Survived the Apocalypse

    Make Some Resolutions! Surviving three apocalypses in two years was so exhausting that I managed to miss three others. We supposedly have five more years before the next, but I fully expect a hipster apocalypse or zombie uprising before then. It may even be the same event if a nefarious person discovers NSA back doors in Apple products. 
    May 27, 2021 4 min read