Search code examples
Stub require statement in rspec?...


rubyrspecrequirestubbing

Read More
Rspec -- need to stub File.open that gets called in another file...


rubytestingrspecmockingstubbing

Read More
Replace method implementation when stubbing with mocha...


ruby-on-railsrubytestingrspecstubbing

Read More
PHPUnit: Pass mock object as method parameter...


mockingphpunitstubbing

Read More
Kiwi stub and return issue...


iosstubbingkiwi

Read More
How to do OngoingStubbing for a void method?...


javatestingmockitopowermockstubbing

Read More
How do I stub out a protected method in a object in scala...


scalastubbing

Read More
Can Mocking/Stubbing happen without the actual class file?...


phpmockingphpunitstubbing

Read More
How to stub error raising using Rspec in Rails?...


ruby-on-railsrubyunit-testingrspecstubbing

Read More
Is it correct to pass two classes as arguments in NonStrictExpectations in JMockit?...


unit-testingjunitstubjmockitstubbing

Read More
Stubbing array responses with rspec...


ruby-on-railsrubyrspecstubbing

Read More
PowerMockito. Mock static method. why does not PowerMockito#stub work?...


javaunit-testingmockitopowermockstubbing

Read More
Rspec double expect/allow anything...


rspecmockingstubbing

Read More
How to stub all condition methods in ruby's state_machine for testing?...


ruby-on-railsrubyrspecstate-machinestubbing

Read More
Am I abusing stubbing in my unit tests?...


rubyunit-testingtddstubbing

Read More
Mockito doReturn/when executes real method (without CGILIB)...


javamockingtestngmockitostubbing

Read More
Mocking / stubbing "third party" services during integrated development...


javaintegrationjboss7.xcdistubbing

Read More
Rspec -- mocking a method in another class...


rubytestingrspecmockingstubbing

Read More
How to use the real parameters when creating a stub method in RhinoMocks?...


c#rhino-mocksstubbing

Read More
Returning Collections on stubbed objects...


unit-testingmockitostubbing

Read More
Does should_receive do something I don't expect?...


rubytestingrspecstubbingexpectations

Read More
Alter Mock<IType> object after .Object property has been called...


c#unit-testingmockingmoqstubbing

Read More
stubbing out static method calls...


phpphpunitstatic-methodsstubbing

Read More
Mockito: How to easily stub a method without mocking all parameters...


javaunit-testingmockingmockitostubbing

Read More
stub method only on the first call with Rspec...


rubyrspecstubbing

Read More
Rails Testing controller methods with instance variables set in before filters...


ruby-on-railsrubyrspecinstance-variablesstubbing

Read More
Stubbing ActiveRecord associations...


ruby-on-railsrspecmockingstubbing

Read More
How to implement chained stub in javascript with Jasmine and AngularJs?...


javascriptunit-testingangularjsjasminestubbing

Read More
Stubbing API calls in controller with rspec...


rubyrspecstubbing

Read More
Did I TDD this method well or is there a better way?...


pythonmockingtddstubbing

Read More
BackNext