Query: test::bdd::cucumber::manual::architecture
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Test::BDD::Cucumber::Manual::Architecture(3pm) User Contributed Perl Documentation Test::BDD::Cucumber::Manual::Architecture(3pm)NAMETest::BDD::Cucumber::Manual::Architecture - Structural OverviewVERSIONversion 0.11INTRODUCTIONThis short document exists to give you an idea how the different components of this distribution fit together.MODELSThe core of a Cucumber-based test suite are the feature files and the step definitions files. By convention, these are saved under "/features/" and "/features/step_definitions/" respectively. The feature files are encapsulated by the classes in "Test::BDD::Cucumber::Model". one to one TBCM::Feature<----------------->TBCM::Document | | +-------------------+ | | has many | has a | has many V | V TBCM::Scenario +----->TBCM::Line | ^ ^ +----------------------------+ | | has many | V | TBCM::Step---------------------------+EXECUTORWe build up a Test::BDD::Executor object, in to which we load the step definitions. We then pass this in a Test::BDD::Model::Feature object, along with a Test::BDD::Model::Harness object, which controls interaction with the outside world.AUTHORPeter Sergeant "pete@clueball.com"LICENSECopyright 2011, Peter Sergeant; Licensed under the same terms as Perl perl v5.14.2 2012-05-20 Test::BDD::Cucumber::Manual::Architecture(3pm)