NAME
Test::Mini::Logger::TAP - Default {Test::Mini} Output Logger
INHERITANCE
Test::Mini::Logger::TAP is a subclass of Test::Mini::Logger.
METHODS
Class Methods
- new
-
+ new($class, %args) # => Object
Instance Methods
- begin_test
-
- begin_test($self) # => Object - begin_test_case
-
- begin_test_case($self, $tc, @tests) # => Object - diag
-
- diag($self, @msgs) # => Object - error
-
- error($self, undef, $test, $msg) # => Object - fail
-
- fail($self, undef, $test, $msg) # => Object - inc_counter
-
- inc_counter($self) # => Object - pass
-
- pass($self, undef, $test) # => Object - reset_counter
-
- reset_counter($self) # => Object - skip
-
- skip($self, undef, $test, $msg) # => Object - test_counter
-
- test_counter($self) # => Object