.NET, VB, other frameworks
A software framework is a re-usable design for a software system (or subsystem). A software framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an API.
From : http://en.wikipedia.org/wiki/Framework
Specter
Specter is an object-behaviour specification framework
It enables behavior driven development (BDD) by allowing developers to write executable specifications for their objects, before actually implementing them.
Technologically this is similar to test driven development (TDD), however the shift in nomenclature removes the psychological barrier of writing "tests" for code that does not exist.
Specter makes use of Boo meta-programming capabilities to provide an easy and readable syntax for writing specifications.
Features
Readable specification code example
Specifications can be compiled even if the objects specified (the subjects) are not implemented yet
Standalone specification runners
Integration with existing NUnit tools
visit
Specter
Specter was visited : 188 times
Loading .....