My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 133
=FsUnit is a stand-alone specification framework for use with the [http://research.microsoft.com/fsharp/fsharp.aspx F#] programming language. Written itself in F#, it offers a functional alternative to traditional imperative frameworks.= ---- ==Specification Syntax== With FsUnit, you can write ...
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
shelldoctest is Doctest/UnitTest for shell. =Doctest for shell= ==Usage== ===test.py=== {{{ #!/usr/bin/env python """ $ echo TEST TEST $ LANG=C date -u -r 0 Thu Jan 1 00:00:00 UTC 1970 """ if __name__ == "__main__": import shelldoctest shelldoctest.testmod() }}} ...
1 2 3 4 5 6 7 8 9 10 Next