Projects tagged ‘mono’, ‘programming’, ‘qa’, and ‘tools’


Jump to tag:

Projects tagged ‘mono’, ‘programming’, ‘qa’, and ‘tools’

Filtered by Project Tags mono programming qa tools

Refine results Project Tags code (2) testing (2) c# (2) development (2) analysis (1) dotnet (1) il (1) metaprogramming (1) unit-testing (1) c_sharp (1) multi-platform (1) test (1)

[2 total ]

22USERS
   

Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that ... [More] compiler do not typically check or have not historically checked. Gendarme uses the Cecil library to introspect code. [Less]

1USERS
   

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]