Query: arch::test::cases
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Arch::Test::Cases(3pm) User Contributed Perl Documentation Arch::Test::Cases(3pm)NAMEArch::Test::Cases - A test framework for Arch-PerlSYNOPSISuse Arch::Test::Framework; my $fw = Arch::Test::Framework->new; my $ver = $fw->make_version; my $tree = Arch::Test::Cases::generate_complex_tree($fw, $ver);DESCRIPTIONArch::Test::Tree provides methods to quickly build and modify Arch project trees within the Arch::Test framework.METHODSgenerate_empty_tree, generate_trivial_tree, generate_simple_tree, generate_complex_tree. generate_empty_tree framework version [name] Create a new project tree for version. Equivalent to $framework->make_tree($version, $name); generate_tivial_tree framework version [name] Create a new project tree for version with basic files. generate_simple_tree framework version [name] Create a new project tree for version with basic and source files. generate_complex_tree framework version [name] Create a new project tree for version with basic and source files and a bit of clutter.AUTHORSMikhael Goikhman (migo@homemail.com--Perl-GPL/arch-perl--devel). Enno Cramer (uebergeek@web.de--2003/arch-perl--devel). perl v5.10.1 2005-03-28 Arch::Test::Cases(3pm)