logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Fennec::Meta - The meta-object added to all Fennec test classes.

Attributes

       parallel
           Maximum number of parallel tests that can be run for your class.

       class
           Name of your class.

       fennec
           Name of the class that was used to load fennec (usually 'Fennec')

       base
           Base class Fennec put in place, if any.

       test_sort
           What method of test sorting was specified, if any.

       with_tests
           List of test templates loaded into your class.

Authors

       Chad Granum exodist7@gmail.com

Description

       When you "use Fennec;" a function is added to you class named 'FENNEC' that returns the single Fennec
       meta-object that tracks information about your class.

Name

       Fennec::Meta - The meta-object added to all Fennec test classes.

See Also