My favorites | Sign in
Google
Projects on Google Code Results 1 - 5 of 5
This PHP library abstracts the concept of Mock Objects found in testing libraries such as SimpleTest and PHPUnit into a library of its own.
Welcome to *Google C++ Mocking Framework*! Inspired by [http://www.jmock.org/ jMock], [http://www.easymock.org/ EasyMock], and [http://code.google.com/p/hamcrest/ Hamcrest], and designed with C++'s specifics in mind, Google C++ Mocking Framework (or *Google Mock* for short) is a library for wri...
[http://code.google.com/p/test-dept/wiki/TestDept http://test-dept.googlecode.com/svn/trunk/doc/art/logo_small.png] The purpose of [http://code.google.com/p/test-dept/wiki/TestDept Test Dept.] is to be an ease-of-use framework for unit testing. It is suitable for pure C-code and consists of ass...
Easy Builder was born out of necessity. Using Easy Builder you can create a class builder on the fly. It provides an alternative to the alternative to the Object Mother Pattern; essentially a builder builder. This is an especially handy time saver when writing numerous business tier tests that make ...
Nelson analyzes a model in your Rails project and provides you with the following: 1. a method to generate a mock object with all required fields supplied; this object can be a valid or invalid instance of the model; you can specify attributes to error on; you can override field values. 2. a f...