Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Codeception is a new full-stack testing PHP framework. Inspired by BDD, it provides you absolutely new original way for writing acceptance, functional and even unit tests.

0
 
  0 reviews  |  2 users  |  28,975 lines of code  |  58 current contributors  |  Analyzed 3 days ago
 
 

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 similar to test driven development, however the shift ... [More] 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]

4.0
   
  0 reviews  |  1 user  |  3,146 lines of code  |  0 current contributors  |  Analyzed about 19 hours ago
 
 

JsSpec tries to bring behaviour driven development to JavaScript by somewhat mimicking what rspec does in ruby. with (Spec) { describe("A newly created Tic-Tac-Toe", function() { with (this) { before("each", function() { this.game = new TicTacToe(); }); ... [More] it("should have 9 empty cells", function() { this.game.cells.should(have(9, "items")); this.game.cells.each(function(cell) { cell.should( be(undefined) ); }); }); it("should have 0 players", function() { this.game.should( have(0, "players") ); }); }}); } Specs.run();Real docs coming soon, look at the README file in the downloadable package or the running example in spec/index.html [Less]

0
 
  0 reviews  |  0 users  |  4,173 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.