Trying to test a controller in Rspec. (Rails 2.3.8, Ruby 1.8.7, Rspec 1.3.1, Rspec-Rails 1.3.3) I\'m trying to post a create but I get this error message:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m testing a function that obtains a skeleton object from one helper object, modifies it using a second helper, and passes the modified object back to the first helper. Something along the lines of:
I\'m using RR as the mocking framework for a personal project of mine.I\'ve been using it to mock the new method for some classes and when I run the tests they pass fine, but when I run ALL of the tes
I\'m just getting into Test Driven Development with mock objects. I can do it the long way with UnitTest++, but now I want to try to minimize typing, and I\'m trying to use AMOP mock framework to do t
There is a message(text), which format and content i definitely know. For now,class in Java,that parses and reads this message from file,is implemented.
I have this code in my app .NET application using NServiceBus: Bus.Send<IServiceStarted>(e =>
I\'m using RhinoMocks to test an Add() method on a viewModel. I\'ve got one test called AddTest()) which tests everything inside the Add() method开发者_JS百科, including
I have a mock t开发者_StackOverflowhat i have setup like this.I need to return the same value that was passed in to .CreatePersonName
I know there is TypeMock and JustMock, but both are commercial products and quite expensive. Are there free开发者_JS百科 or open source mocking frameworks that can compete with the two?