|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Doxygen::Test Class ReferenceTest module, used only in Doxygen:: test files (.t files). More...
Detailed DescriptionTest module, used only in Doxygen:: test files (.t files). SYNOPSISuse Doxygen::Test path => 'Filter.pm', tests => 2; hasComment('\file Test.pm'); hasMacro; DESCRIPTIONThis module exists only to support automated testing of the other In addition to specifying the number of tests, instantiation specifies a source file to be processed. This is done using the normal SEE ALSOCOPYRIGHT AND LICENSECopyright 2004-2010 by Marc M. Adkins This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Definition at line 55 of file Test.pm. Member Function Documentation
Checks to see if the underlying Test::Builder has registered a failed test. Seems clumsy that we have call this after changing the test object. Sadly, the test object disappears before we get called in
Get generated comment starting with the specified match string. This allows pulling a specific comment from the generated text. Comments are assumed to be in C++ multi-line format with a doubled asterisk on the opening of the comment: Returns any subsequent matching text from the comment. The
Checks to see if the the generated text contains the specified text. If the
Destructor for object. Checks to see if all tests appear to have passed. If not, dumps generated text to
Bail out of test, incidentally causing generated text to be dumped.
Checks if generated text contains comment beginning with specified This would be something like If this is true and subsequent Note that for purposes of counting tests, this is one test for the
Checks if the redefinition-prevention macro is present in the file. This will look something like: #ifndef DoxyFilt #define DoxyFilt ...[snip]... #endif DoxyFilt
The import protocol for the package is used to setup conditions for testing.
Checks for a
Marks test based on the generated text matching the specified Much like
Check to see if specified namespace is defined.
Create new Not called directly, a global object is instantiated via the
Marks test based on boolean test result Just like The documentation for this class was generated from the following file:
Generated on Mon Dec 27 2010 15:15:39 for DoxyFilt by 1.7.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||