Use Cukes to test your Shoes! Mostly mocking at this point, but eventually will let you test all aspects of Shoes apps.
Usage: Elibri::XmlGenerator.basic_product etc
Caricature brings simple mocking to Ruby, DLR and CLR.
Automation steps and mock server to validaterequest payloads response.
Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.
API for Testing Rack Applications via Mock HTTP
Runs automated REST API based on YAML definition. Uses templates for API requests, mock data with faker and cz_faker and context data. Supports Postman collection export for conversion.
Mock plugin used for integration tests.
A cleaner and DRYer alternative to mocking and stubbing with RSpec
This library creates PAY.JP API stubs and generates dummy responses
Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).
Mock Stomp server to be used when testing stomp consumers, based on Celluloid::IO
Gust's extensions to rspec mocks
Mock you're entire application
Mock Driver for RDBI, used for testing
Yet another test spy style mocking library that happens to support clr testing via ironruby
RestShifter is a simple rest service that can shift into any kind of service, allowing you to mock rest services with declarative configuration
Mock SMTP server for development/testing.
Stubbing and mocking that isn't painful, fanciful, and doesn't inspire any sort of contempt or bitterness.
== FEATURES/PROBLEMS: I have written some simple tests of my "local" code, but have not attempted to mock out SmugMug or write a bunch of fragile hard coded tests. On top of that I just put the code together without tests as I was "testing" against the API. So there are a few more rough edges than I like, but it does seem to work :-) So I know there will be bugs, sorry -- please let me know when you find them and I will try and fix them as quickly as possible. == SYNOPSIS:
The Mocktopus is a Sinatra/thin-based Web API that lets you mock your app dependencies
A dynamic mock object framework for the .Net platform. It's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing. Rhino.Mocks is an attempt to create easier way to build and use mock objects and allow better refactoring support from the current tools. It's a hybrid approach between the pure Record/Replay of EasyMock.Net's model and NMock's expectation based model. Rhino.Mocks originated from EasyMock.Net and attempt to improve on their model to create easy to use and power mocking framework. It's free for use and modification for open source and commercial software.
A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
Monkey patch rspec-mocks to check for method existence
ActsAsScrubbable helps you scrub your database the easy way with mock data at the ActiveRecord level
Path library incorporating File, Dir, Pathname, IO methods as well as a virtual mock filesystem.
Mock SMTP server for development/testing.
Provides a fairly complete mock for beanstalk-client by imitating beanstalkd using arrays. Also provides some rspec matchers for testing the state of the system.
The simplest mocking library for .NET 3.5, 4.0 and Silverlight with deep C# 3.0 integration.
Be sure that your mocks are adequate
Require and mock Ruby gems (including their dependencies) within RubyMotion applications
Mock Stomp server to be used when testing stomp consumers
Mock zen is an extremely simple mocking library. Makes TATFT an easy and sane thing to do.
Mock server for API Blueprints
Extends mocha to allow detailed tracking and querying of stub and mock invocations. Allows test spies using the have_received rspec matcher and assert_received for Test::Unit. Extracted from the jferris-mocha fork.
Mock EM
A group of methods added to Object class to enable simple mocking of instance or class methods. This mocking can be done temporarily within the scope of a block. Alternatively it can be done indefinitely until explicitly undone.
Generates Xml examples of different Brazilian tax documents.
Add some convenience macros for your POROs that cut down on boilerplate code. Method definition macros, more powerful attr_accessors, and easy associations between in-memory objects. Mocks the ActiveRecord API to make it feel comfortable and intuitive for Rails developers. The main intent of this project is to explore dynamic programming in Ruby. Maybe someone will find it useful. WIP.
A library for mocking Braintree calls and responses in your tests.
Bond is a small library that can be used to spy values and mock functions during tests. Spying is a replacement for writing the assertEquals in your test, which are tedious to write and even more tedious to update when your test setup or code inevitably changes. With Bond, you separate what is being verified, e.g., the variable named output, from what value it should have. This way you can quickly spy several variables, even have structured values such as lists or dictionaries, and these values are saved into an observation log that is saved for future reference. If the test observations are different you have the option to interact with a console or visual tool to see what has changed, and whether the reference set of observations need to be updated.
A Rails engine which can be used to mock external services when loaded into an application
A mocking framework for the FB javascript library.
Cameleon is HTTP mock server framework based on Rack. You can easily create HTTP server for mockup or stub of external system for your application.
A quick way of mocking an external web service you want to consume.
A gem for simple mocking and spying in Ruby's MiniTest framework.
Mock for Restforce gem
io/tcpsocket mock for testing.
Auto-generate mock_data of JSON API response from your request-specs.
Simple class mocking