My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 18
Javascript Mock Tool is Mock library of RSpec style. Easy use Mock or Stub object! ===20090616=== namespace bug fix. {{{ mock("Foo.Bar").should_receive("test").with_param(1,2).and_return("2"); => Foo.Bar.test(1,2); -> 2 }}} ===20090615=== Mock.anything() method add. {{{ mock("Fo...
=Write and validate .NET specifications in BDD style.= This framework can be used along with any other unit testing, mocking frameworks. Main purpose of this framework is to allow writing unit tests in BDD style (similar to RSpec) *Simple usage example:* {{{ using System; using NUnit.Frame...
this is a bit of learning code. Feedback and patches welcome. ==Primary Goal== Have a bit of help with spec/context style BDD over the typical NUnit class=spec method=rule approach. ==Why Am I Building This ?== I need to be able to provide well formatted reports to business experts at my...
Javaspec aims to create Behaviour Driven Development framework for Java.
=FluxUnit= FluxUnit is a Behavior-Driven Testing Framework for Flex 3. It is as direct a port as I was able to make of Nick Kallen's Screw.Unit Javascript testing framework, plus a couple of additions (and more to come, including mocks and stubs if possible). It has a lot in common with RSpec, a ...
= rspec book cn = The purpose of this project is doing some translate Rspec official Document into Chinese. Additionaly we will collect some more interesting posts of Rspec, and tarnslate them(if en). == Our work == http://code.google.com/p/rspec-cnbook/wiki/Overview == How join the tran...
RStack uses [http://rspec.rubyforge.org/index.html rspec] instead of test/unit and integrates with [http://cruisecontrolrb.thoughtworks.com/ CruiseControl.rb]. This is really, really basic. More features will be added as required. == Usage == {{{ rstack foo }}} == Generated Rakefile == ...
= Rails SimpleDB Task List (Implemented with Amazon Web Services) = This project shows a simple implementation of a task list using the following technologies: * Ruby on Rails 2.02 * Amazon SimpleDB * Deployed on Amazon EC2 No local database is used. No MySQL or sqlite. See the [...
JsSpec tries to bring behaviour driven development to JavaScript by somewhat mimicking what rspec does in ruby. {{{ with (Spec) { describe("A newly created Tic-Tac-Toe", function() { with (this) { before("each", function() { this.game = new TicTacToe(); }); it("should have 9 e...
Cucumber runner is replacement of the original RSpec story runner. This project enables running Cucumber features from Mingle.
1 2 Next