TestCenter Reference
BDD.py File Reference

Go to the source code of this file.

Classes

class  TestSupport.BDD._BDDContext
 Context of a BDD test case. More...
 

Namespaces

namespace  TestSupport
 A package of python modules helping to build tests.
 
namespace  TestSupport.BDD
 Tools for writing human readable, behavioral tests.
 

Functions

 TestSupport.BDD.Given ()
 Initiates a sentence describing a desired behavior.
 
 TestSupport.BDD.GivenClause (func)
 Decorator for defining a Given clause.
 
 TestSupport.BDD.WhenClause (func)
 Decorator for defining a When clause.
 
 TestSupport.BDD.ThenClause (func)
 Decorator for defining a Then clause.
 
 TestSupport.BDD._BDDClause (clauseType)
 Internal decorator used for defining clauses of different types.