in reply to Wrapping Test::More assertions in Test::More utility classes?
You're on the right track with Test::Builder. You are right that Test::Builder doesn't use Test::More. In fact, the inverse is true: Test::More is based on Test::Builder.
Take a look at, say, Test::Warn and see how it uses Test::Builder to create a set of extra testing keywords that plays nicely with Test::More.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Wrapping Test::More assertions in Test::More utility classes?
by silkybones (Initiate) on Sep 26, 2012 at 14:29 UTC |