Search results

  1. stackoverflow.com/.../13687018/testing-​node-amqp-using-mocks   Cached
    Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
  2. stackoverflow.com/...in-node-js-using-​node-amqp-module   Cached
    I am using the module node-amqp by postwait : ... Testing node-amqp using mocks. 1. Error handling exclusive queue subscription in node-amqp (node.js) question feed
  3. github.com/vojtajina/node-mocks   Cached
    node-mocks - Suite of mocks for node.js (fs, http) + some testing utils...
  4. blog.james-carr.org/2010/09/09/rabbitmq-​nodejs-and-java...   Cached
    Mocks/Stubs /Fakes; No Fluff Just ... not just using it communicate between ... websockets on both the server and client side and Ryan Dahl’s node-amqp plugin for ...
  5. howtonode.org/http-mock-testing   Cached
    Easy HTTP Mock Testing with Nock and node-tap. ... is add these nock http mocks and we ... how to do various tasks in node.js as well as teach fundamental concepts ...
  6. howtonode.org/testing-private-state-and-​mocking-deps   Cached
    mocks = mocks || {}; ... Instead of using Node's require, ... This is very simple example of unit testing web-server module, using loadModule function.
  7. dailyjs.com/2013/02/14/backbone-​tutorial-12   Cached
    Part 12: Testing with Mocks; Part 13: Routes; Part 14: Customosing the UI; ... Build a Node web app. History of JavaScript. Find out who created JavaScript, and why.
  8. blog.james-carr.org/2012/03/30/rabbitmq-​sending-a...   Cached
    Mocks/Stubs/Fakes; No Fluff Just Stuff ... In coffeescript with node-amqp this looks like this: ... google-collections gradle jetty java groovy test automation Java ...
  9. googletesting.blogspot.com/.../​testing...overuse-mocks.html   Cached
    However, not using mocks can sometimes result in tests that are simpler and more useful. ... Mocks also work well for testing interactions
  10. writings.nunojob.com/2011/12/Mock-​Testing...Using-NodeJS...   Cached
    $ NANO_ENV=testing node test.js ... $ node test.js <<<<<-- cut here -->>>>> nock ... So now all we need to do is add these nock http mocks and we are done: