-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
The package is named test_reflective_loader
, but it's not used to load reflective tests per se, but rather discover and define them. Perhaps rename the package to test_reflective
? or reflective_test
? test_reflect
?
Similarly, the main method is called runReflectiveTests
. Perhaps defineReflectiveTests
or discoverReflectiveTests
? The method is not running the tests itself, it's discovering and defining them.