More test coverage and (rspec, scalacheck, and hunit)
I added more test coverage to botlist; basically adding tests by language. I don't have much to add to this entry except to say, here are some examples on how I used these test frameworks in botlist. Links to the actual libraries are at the bottom of the post. RSpec http://openbotlist.googlecode.com/svn/trunk/openbotlist/tests/integration/ruby/rspec # create mock tests include_class 'org.spirit.bean.impl.BotListCoreUsers' unless defined? BotListCoreUsers include_class 'org.spirit.util.BotListUniqueId' unless defined? BotListUniqueId include_class 'org.acegisecurity.providers.encoding.Md5PasswordEncoder' unless defined? Md5PasswordEncoder include_class 'org.spirit.bean.impl.BotListProfileSettings' unless defined? BotListProfileSettings include_class 'org.spirit.contract.BotListContractManager' unless defined? BotListContractManager include_class 'java.text.SimpleDateFormat' unless defined? SimpleDateFormat include_c