» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:ASF2.0 + Development

gdata-objectivec-client

gdata-objectivec-client or The Google Data Objective-C Client Library provides an OSX framework and development library to access data via Google Data APIs.

EasyStub

EasyStub is a framework for making stubs. When you find most of time you are using a mock framework to create an object that always returns the same value, and you did not care about the interactions, what you need is actually a stub.

Examples:

to create stub:
  • MyInterface stub = createStub(MyInterface.class);
to return value:
  • make(stub.hello()).returning(‘hello’);
to throw exception:
  • make(stub.hello()).throwing(expectedException);
to throw exception for method without return value:
  • stub.nothing();
  • willThrow(expectedException);

Locomotive

Locomotive is a flexible one-click solution to Ruby on Rails development for Mac OS X 10.3+. In one self-contained application, it gives you a fully functional Rails development platform including: (but not limited to)