public
Rubygem
Description: Sweetens up JRuby Mocha with several helpers to simplify testing Java from Ruby
Clone URL: git://github.com/elight/jrsplenda.git
name age message
file .gitignore Wed Jun 11 15:51:20 -0700 2008 Added .gitignore [elight]
file History.txt Sat Aug 09 08:46:35 -0700 2008 Updated version to 0.3.0 -- the new version whe... [elight]
file License.txt Sun May 25 22:03:42 -0700 2008 Configuration fixes [elight]
file Manifest.txt Tue Jul 15 20:22:39 -0700 2008 Massive refactoring of the field helper + added... [elight]
file PostInstall.txt Sat May 24 09:18:32 -0700 2008 After runing newgem and making a few minor tweaks [elight]
file README.txt Sat May 31 09:35:56 -0700 2008 Updated with reference to project lighthouse [elight]
file Rakefile Sat Aug 09 09:01:25 -0700 2008 Modifications to run sample code from Rakefile [elight]
file build.xml Sat Aug 09 09:01:25 -0700 2008 Modifications to run sample code from Rakefile [elight]
directory config/ Tue Jul 15 20:22:39 -0700 2008 Massive refactoring of the field helper + added... [elight]
directory lib/ Fri Aug 15 22:44:38 -0700 2008 Restored splenda_mock_attr -- actually useful f... [elight]
directory sample/ Sat Aug 09 11:51:05 -0700 2008 Sample cleanup; Added two more specs to demonst... [elight]
directory script/ Sat May 24 09:18:32 -0700 2008 After runing newgem and making a few minor tweaks [elight]
file setup.rb Sat May 24 09:18:32 -0700 2008 After runing newgem and making a few minor tweaks [elight]
directory spec/ Fri Aug 15 22:44:38 -0700 2008 Restored splenda_mock_attr -- actually useful f... [elight]
directory tasks/ Sat May 24 09:18:32 -0700 2008 After runing newgem and making a few minor tweaks [elight]
directory website/ Sat May 24 09:18:32 -0700 2008 After runing newgem and making a few minor tweaks [elight]
README.txt
= jrsplenda

== DESCRIPTION:

Sweetens up Mocha under JRuby with a few helpers to greatly redeuce the amount of code (and therefore pain!) in your 
spec setups.

== FEATURES/PROBLEMS:

* Eexpectations added to real (non-mock) Java object in JRuby are not available in JRuby
* Classes mocked currently require default constructors

Report problems on Lighthouse: http://elight.lighthouseapp.com/projects/12068-jrsplenda

== SYNOPSIS:

* TBD

== INSTALL:

1. Clone repository
2. rake install_gem

== EXAMPLES
See: http://pastie.caboo.se/205817
Where 'StandardOwtWorkflowBean' is an EJB 3.0 session bean with several private Fields.

== LICENSE:

* MIT
* See LICENSE file for details