test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
| Name | Category | Description |
|---|---|---|
| Test-LongString | dev-perl | A library to test long strings |
| Test-LWP-UserAgent | dev-perl | A LWP::UserAgent suitable for simulating and testing network calls |
| Test-Manifest | dev-perl | Interact with a t/test_manifest file |
| Test-Memory-Cycle | dev-perl | Check for memory leaks and circular memory references |
| Test-MinimumVersion | dev-perl | does your code require newer perl than you think? |
| Test-Mock-LWP | dev-perl | Mocks LWP::UserAgent |
| Test-Mock-LWP-Dispatch | dev-perl | Mocks LWP::UserAgent and dispatches your requests/responses |
| Test-MockModule | dev-perl | Override subroutines in a module for unit testing |
| Test-MockObject | dev-perl | Perl extension for emulating troublesome interfaces |
| Test-MockRandom | dev-perl | Replaces random number generation with non-random number generation |
| Test-MockTime | dev-perl | Replaces actual time with simulated time |
| Test-MockTime-HiRes | dev-perl | Replace actual time with simulated high resolution time |
| Test-More-UTF8 | dev-perl | Enhancing Test::More for UTF8-based projects |
| Test-Most | dev-perl | Most commonly needed test functions and features |
| Test-Needs | dev-perl | Skip tests when modules not available |
| testng | dev-java | Testing framework inspired by JUnit and NUnit with new features |
| Test-NoTabs | dev-perl | Check the presence of tabs in your project |
| Test-NoWarnings | dev-perl | Make sure you didn't emit any warnings while testing |
| Test-Number-Delta | dev-perl | Compare the difference between numbers against a given tolerance |
| Test-Object | dev-perl | Thoroughly testing objects via registered handlers |