My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 135
---- =FsUnit is a library for use with the [http://research.microsoft.com/fsharp/fsharp.aspx F#] programming language. It is a set of extensions that add a special testing syntax (see below) to your favorite unit-testing framework so that you don't have to learn a new testing framework but you als...
=Introduction= This plugin add options to nose to work together with [http://code.google.com/p/nose-gae/ nose-gae] to setup your GAE+[http://code.google.com/p/app-engine-patch/ AEP] local testing environment. =Installation= ==Dependencies== First, you need install nose. Then, you will need...
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...
Doubler is a code generator (C# and VB.NET) that makes unit testing easier. It is especially useful when working with legacy code. It is a Reflector add-in, a tool already woven into your workflow. It will help you cleave dependencies apart, create test doubles, and write unit tests with little effo...
===Features=== * Unit testing in the most puriest form. * Small, only 15K jsminified. * Fast. * Easy to extend. * Lots of useful utilities. * Lightweight, only 25K jsminified. * Object oriented design. * Namespaced. * Modern X-browser support. ===Modules=== {{{ duaste...
Using an automated parsing engine for finding test covered code enumerating changes and automatically invoking all pertinent test methods so as to gather historical data before and after said changes. This is targeted for C# code. However, this is not necessarily a prerequisite. I am using Coco a...
You already dig the feedback of unit tests. Get that same level of feedback from running your production web app. Every time an exception gets past you and gets handled by your web framework, that's a unit test you should have written. So have your framework write that test for you! The initial i...
Unit testing tool for Google App Engine http://bergmen.com/mypictures/testudo.jpg
Delivers BDD style for unit testing, as introduced by J.P. Boodhoo and others.
Declatative test framework uses xml for test description
1 2 3 4 5 6 7 8 9 10 Next