NAME

Test::Sweet::Meta::Class - metaclass role that provides methods for keeping track of tests

METHODS

get_all_tests

Returns the names of all test methods in this class' hierarchy.

local_tests

Returns the names of the test methods defined in this class. Includes tests composed in via roles.