module Minitest::Tagz
Constants
- VERSION
Attributes
log_if_no_match[RW]
log_if_no_match?[RW]
run_all_if_no_match[RW]
run_all_if_no_match?[RW]
Public Class Methods
serialize(owner, test_name)
click to toggle source
@private
# File lib/minitest/tagz.rb, line 44 def serialize(owner, test_name) "#{owner} >> #{test_name}" end
tag_map()
click to toggle source
@private
# File lib/minitest/tagz.rb, line 49 def tag_map @tag_map ||= {} end