My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 98
===A BDD tool for writing specifications using Given-When-Then template=== <p>The goal of _*pyhistorian*_ is to write an internal Given-When-Then template using Python.</p> <p>The ideas come from JBehave, RBehave, Cucumber and others.</p> <p>It's possible to write your stories in English and ...
===Should DSL implemented in Python=== <p>The goal is to write a *"should"* _DSL_ in Python to be as clear as possible.</p> <br/> ===should-dsl is at github.com=== <p>Due to DVCS I moved should-dsl to github.com. I will try to maintain both repositories up to date, but the github will be t...
=Summary= The goal of this project is to provide a simple syntax (internal DSL) for writing specifications and expectations in AS3. =Grammar:= specification::=description, expectations <br/> expectations::=expectation`*`<br/> expectation::=description, ignore?, (behaviour, (shouldEqual | shou...
StorySmith aims to make behavior driven development easy with no new attributes or asserts to learn. StorySmith aspires to achieve this by requiring developers to adhere to the following guidelines: 0. There is always a story whether it is strongly typed or created on the fly {{{ public cla...
= [http://code.google.com/p/givwenzen http://code.google.com/p/givwenzen/logo?logo_id=1253844639&nonsense=something_that_ends_with.png] = [http://code.google.com/p/givwenzen GivWenZen] allows a user to use the [http://behaviour-driven.org/ BDD] [http://wiki.github.com/aslakhellesoy/cucumber/give...
easyb is a BDD framework (like RSpec & JBehave) that provides a domain specific language which makes application verification simple, fun, and easy. easyb provides support for two types of specifications, Behaviors and Stories. Behaviors are created with {{{before}}} and {{{it}}}. Stories are create...
this is a bit of learning code. Feedback and patches welcome. ==Primary Goal== Have a bit of help with spec/context style BDD over the typical NUnit class=spec method=rule approach. ==Why Am I Building This ?== I need to be able to provide well formatted reports to business experts at my...
=What= A tiny BDD (Behaviour Driven Development) DSL for C#, which also is Test Runner agnostic and lets you do BDD syntax while writing tests. =Example= {{{ [Test] public void Update_status() { Scenario("Update user status on Twitter"); Given("the user is logged on", () => ...
StorEvil is a .NET tool to enable natural language test specification and execution with minimum fuss on the part of developers and spec creators/business owners. Is operates similarly to [http://cukes.info/ Cucumber], and the eventual goal is to have full compatibility with the [http://wiki.git...
SpecFlow aims at bridging the communication gap between domain experts and developers by binding business readable behavior specifications to the underlying implementation. Our mission is to provide a pragmatic and frictionless approach to Acceptance Test Driven Development and Behavior Driven De...
1 2 3 4 5 6 7 8 9 10 Next