|
- Test2 - Framework for writing test tools that all work together . . .
Test2 based tools produce events which get passed through a processing system before being output by a formatter This event system allows for rich plugin and extension support
- GitHub - Test-More test-more: Test2, Test::More, Test::Simple and Test . . .
Test2 - Framework for writing test tools that all work together Test2 is a new testing framework produced by forking Test::Builder, completely refactoring it, adding many new features and capabilities WHAT IS NEW? Easier to test new testing tools From the beginning Test2 was built with introspection capabilities
- Test2 - Framework for writing test tools that all work together . . .
Test2 uses an Test2::API::Context object to track filename, line number, and tool details This object greatly simplifies tracking for where errors should be reported
- Writing new testing tools with Test2 - Perl. com
Perl has had great testing tools for a long time, but Test2 is the single biggest improvement to Perl testing in years One of my favorite Test2 features is how easy it is to extend it with new tools, and today I’ll show you how I wrote my first tool
- Getting started testing Perl module with Test2
Test2 is a relatively new framework for testing Perl code Let's see how to get started with it, or more specifically with Test2::V0 Before you can use it you need to install it on your computer Look for one of the articles explaining how to install Perl Modules Our files use the following directory structure
- Test2::Manual::Testing::Introduction - Introduction to testing with . . .
This tells Test2 that you are done making assertions This is important as test2 will assume the test did not complete successfully without this, or some other form of test "plan"
- Test2 - Framework for writing test tools that all work together.
Test2 is a new testing framework produced by forking the Test::Builder manpage, completely refactoring it, adding many new features and capabilities WHAT IS NEW? Easier to test new testing tools From the beginning Test2 was built with introspection capabilities
- Test-More Test2-Suite: Tools, bundles, and plugins for Test2 - GitHub
DESCRIPTION Rich set of tools, plugins, bundles, etc built upon the Test2 testing library If you are interested in writing tests, this is the distribution for you
|
|
|