Projects tagged ‘specification’


[6 total ]
2

RubySpec

 
Primary Language: Ruby Licensed as: MIT License

RubySpec is a project to write a complete, executable specification for the Ruby programming language. There are two main components to this project: the RubySpec sources, and the MSpec framework.

Metrics updated about 24 hours ago

1

Trapeze

 
Primary Language: Ruby Licensed as: MIT License

Trapeze generates a suite of unit tests or specifications for existing Ruby source code. This is accomplished through dynamic analysis, by reflecting on the public interfaces of classes, modules and top-level methods defined in the source. Trapeze ... [More] then exercises each object, module and method, recording the behavior of the code. This recorded behavior is captured in a suite of test cases or specifications that can be rendered as test code or executable specifications. In essence, Trapeze is a tool for characterizing Ruby source code. Trapeze lets you fly high as you maintain and enhance a Ruby codebase that lacks test or spec coverage, knowing that you have a regression safety net underneath you. [Less]

Metrics updated 02 Sep 08

1

OpenSearch

 
Licensed as: Creative Commons

An OpenSearch description document can be used to describe the web interface of a search engine.

1

Scooter

 
Licensed as: GNU General Public License 3.0 or later

Scooter is composed of several parts. Mostly, it is an API for XML manipulation designed for the Ruby programming language. A library implementing this API is well underway. Furthermore, there is a specified API for interacting with a web browser ... [More] (bookmarks and such). That is unlikely to be implemented in the near future due to technical limitations. Additionally, there is an effort to use the Scooter API to develop applications with GUI toolkits such as gtk, wxruby, and fxruby. Work on this has been slow. [Less]

1

Specter BDD Framework

   
Primary Language: Boo Licensed as: BSD-ish License

Specter is an object-behaviour specification framework for .NET. It enables behaviour-driven development by requiring developers to write executable specifications for their objects, before actually implementing them. Technologically this is ... [More] similar to test driven development, however the shift in nomenclature removes the psychological barrier of writing "tests" for code that does not exist. (Existing projects implementing this idea include RSpec for Ruby and NSpec for .NET) Specter uses Boo meta-programming features and therefore allows very readable specifications to be written. [Less]

Metrics updated 02 Sep 08

1

NBehave

 
Primary Language: C# Licensed as: New BSD License

NBehave is a framework for Behaviour-Driven Development in C#. Behaviour-driven development (BDD) is an evolution of test-driven development (TDD) and acceptance-test driven design, and is intended to make these practices more accessible and ... [More] intuitive to newcomers and experts alike. It shifts the vocabulary from being test-based to behaviour-based, and positions itself as a design philosophy. [Less]

Metrics updated 03 Sep 08