NAME

Fennec::FileLoader - Utility to find and load Fennec tests

DESCRIPTION

This class is responsible for loading the FileType modules, and finding/loading Fennec test files.

CLASS METHODS

my $root = $class->root()

Return the project root directory.

@files = @find_types( \@types )
@files = find_types( \@types, \@files )

Takes a list of types (Last part of package name only) and optionally a list of files. Returns an array of FileType objects each constructed with a single filename.

@files = find_all( @type_classes )

Returns a list of FileType objects for all the classes specified. Takes full class names.

MANUAL

Fennec::Manual::Quickstart

The quick guide to using Fennec.

Fennec::Manual::User

The extended guide to using Fennec.

Fennec::Manual::Developer

The guide to developing and extending Fennec.

Fennec::Manual

Documentation guide.

AUTHORS

Chad Granum exodist7@gmail.com

COPYRIGHT

Copyright (C) 2010 Chad Granum

Fennec is free software; Standard perl licence.

Fennec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.