Class: Test::Unit::TestCase

Inherits:
Object
  • Object
show all
Includes:
JsonExpressions::Test::Unit::Helpers
Defined in:
lib/json_expressions/testunit.rb

Constant Summary collapse

WILDCARD_MATCHER =
JsonExpressions::WILDCARD_MATCHER

Instance Method Summary collapse

Methods included from JsonExpressions::Test::Unit::Helpers

#assert_json_match

Instance Method Details

#wildcard_matcherObject



9
10
11
# File 'lib/json_expressions/testunit.rb', line 9

def wildcard_matcher
  ::JsonExpressions::WILDCARD_MATCHER
end