My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 15
=Mock Objects Samples= Languages: Java, .Net, Ruby, Python, PHP, AS3. Mock objects libraries: jmock, easymock, mockito, mock4as... [http://code.google.com/p/mocksamples/wiki/ForContributors Participate!] Share your solution in this project. =The Samples= The following samples have been se...
Mock4AS is a simple Mock Object Library for !ActionScript3. The current version of Mock4AS provides a minimalistic Mock Objects library fulfilling the basic Unit Tests mocking needs. To get started [http://code.google.com/p/mock4as/downloads/list download] the latest version of Mock.as and add...
*jqMock* is a lightweight javascript Mock Framework for the [http://code.google.com/p/jqunit/ jqUnit testing framework]. jqMock allows functions in dependent functions such as native alert dialogs to be mocked, so that your own code can be tested in isolation. jqMock has comprehensive expectation...
Tired of writing code to set up test data? Fixjures provide a way to instantiate java beans from external, terse, human-readable (and more importantly human-*_writable_*) text files. JSON is the initial format of choice. 1.2 has been released. 1.1 introduced some potentially breaking changes in t...
This PHP library abstracts the concept of Mock Objects found in testing libraries such as SimpleTest and PHPUnit into a library of its own.
= Simple mock objects for java = CheesyMock is a small library for creating Java mock objects for use in your unit tests with a minimal amount of fuss. For example, to quickly create a dummy HttpServletRequest, you only need to type {{{ HttpServletRequest req = Cheesy.mock(HttpServletRequest...
Mox is a mock object framework for Python. Mox is based on EasyMock, a Java mock object framework. Mox will make mock objects for you, so you don't have to create your own! It mocks the public/protected interfaces of Python objects. You set up your mock objects expected behavior using a domai...
JSMock is a fully featured Mock Object library for JavaScript that provides the necessary tools to do effective interactive based testing. JSMock provides expectation recording and matching, and has the ability to return, throw, and stub on object method calls. The interface is simple and easy to...
= Yay! Mock = == A standalone mock object library for PHP 5 (based on jMock) == Yay! Mock aims to be a test framework-independent mock object library with the most flexibility possible. Based on [http://www.jmock.org/ jMock] (Java) it makes expectations based on Invocation signatures rather tha...
JUnit has been refined over time. Mockito tastes really well. Spring is very refreshing. `dirty-mockito`, on the other hand is not for everybody. Nevertheless, we hope some of you might like it. = `dirty-mockito 0.2.3` released = This is just a minor revision that basically 'reverts' to the...
1 2 Next