My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 21
*Description* Embedding the Python Interpreter to make Mac OS X Applications bundle. Python Application Stub is similar to Apple’s Java Application Stub and uses the Core Foundation to access to Mac OS X features. *Build on Leopard* _%$ make CURRENT_ This will produce FAT binaries conta...
!StubIt helps you write tests for your system, taking out the hassle of ensuring the availability of third party systems your code may depend upon. Very often when developing systems, being it large or small systems, one needs to integrate with various third party systems. Often, this takes the f...
==Description== A .Net dynamic fake framework for creating all types of fake objects, mocks, stubs etc. * Easier semantics, all fake objects are just that - fakes - the use of the fakes determines whether they're mocks or stubs. * Context aware fluent interface guides the developer. * Fu...
A lot of snippets
set stub for C/C++ function/method.
C, CPP, stub
<b>sm4j</b> is a dynamic mocking API, such as EasyMock or jMock, but in a simple manner. Compiled JAR sizes about 10Kb, without any kind of dependencies. <b>sm4j</b> allows you to define mock expectations declaretively, using a simple DSL in a fluent style. <wiki:comment> * Check [http://...
!EasyStub is a simple stubbing framework for Java. It was inspired by the [http://easymock.org EasyMock] framework. !EasyMock is great for mocking, but a little verbose for my tastes when using it for stubbing classes. !EasyStub aims to fix that! With !EasyStub, much of the syntax is like !EasyM...
This library should be useful in testing. Instead of writing: {{{ Person sb = new Person(); sb.setName("not important"); sb.setPassword("some password"); ... sb.setNick("nick"); }}} you can write: {{{ Populator p = new Populator(new SomeOptionalDriver()); Person sb = p.fill(Person.c...
A library for automatically creating mock objects in C++, setting expectations for calls on those objects and subsequently verifying that the expected calls were made.
JmsUnit allows you to mock, stub and assert conversations to a JMS end point. *** Now moved to http://jmsunit.sourceforge.net ***
1 2 3 Next