Videos tagged with Rhino Mocks
In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests.This time around we are going to be focusing how to use Partial Mocks to test abstract classes and methods within a concrete class.
DimeCasts.Net #138: Isolation Frameworks: Mocking Out/Ref Arguments
In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests.We are going to focusing this episode on how to setup you mocks when you need to mock a class with either Out or Ref arguements.
DimeCasts.Net #130: Isolation Frameworks: Learning how to validate complex expectations
In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We will focus our learning this time around on the various ways you can setup and validate complex expectations on your stubs/fakes. Validating these expectations will allow your to confirm in tests your dependencies are being used ...
DimeCasts.Net #127: Isolation Frameworks: Learning how to validate expectations
In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We will focus our learning this time around on the various ways you can setup and validate expectations on your stubs/fakes. Validating these expectations will allow your to confirm in tests your dependencies are being used in the m...
DimeCasts.Net #125: Isolation Frameworks: Learning how to Stub & Fake Data
In this episode we are going to start learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests.In this episode we will start off our learning experience by learning the basics. We will be taking a look at how to setup stubs/fakes in order to hard wire return values for our objects/methods.
DimeCasts.Net #35: Taking a look at the AAA syntax in RhinoMocks 3.5
In this episode we take a look at the new AAA (Arrange, Act, Assert) syntax that is part of RhinoMocks 3.5. By the end of the episode you should have an general understanding of how the new syntax works and how it differs from the Record/Replay model.
DimeCasts.Net #20: Testing Abstract classes with Rhino Mocks
In this episode we will walk you though how to test your abstract classes with Rhino Mocks. You will learn how that by using a mocking framework you can simplify and reduce the friction in testing your abstract classes and methods.
DimeCasts.Net #12: Introduction to Mocking with Rhino Mocks
In this episode we will learn how to use the Mocking framework Rhino Mocks. This is an introductory overview of using Rhino Mocks and is meant for those who are new to either mocking or Rhino Mocks.