NAME
Test::YAFT::Test::More - Test::YAFT - Test::More comparison
DESCRIPTION
Test::YAFT supports most of Test::More features
Import Parameters
Test::YAFT doesn't support plan specification via import statement.
Test::YAFT exports via Exporter::Tiny.
Exported Functions
- $TODO
-
Not supported
- BAIL_OUT
-
Reexported
- can_ok
-
Not supported
- cmp_ok
-
Implemented as an expectation
expect_compare. - diag
-
Reexported
- done_testing
-
Reexported
- eq_array
-
Replaced with
it - eq_hash
-
Replaced with
it - eq_set
-
Replaced with
it - explain
-
Reexported
- fail
-
Extended with
diagoption - is
-
Replaced with
it - is_deeply
-
Replaced with
it - isa_ok
-
Replaced with Test::Deep based comparators
expect_isa,expect_obj_isa - isnt
-
Implemented via expectation
expect_complement - like
-
Replaced with
it - new_ok
-
Not supported
- note
-
Reexported
- ok
-
Replaced with
it - pass
-
Reexported
- plan
-
Reexported
- require_ok
-
Not supported
- skip
-
Reexported
- subtest
-
Reimplemented, every
subtestcreates new Context::Singleton frame - todo
-
Reexported
- todo_skip
-
Reexported
- unlike
-
Implemented via comparator
expect_complement - use_ok
-
Not supported
AUTHOR
Branislav Zahradník <barney@cpan.org>
COPYRIGHT AND LICENCE
This file is part of Test::YAFT distribution.