class TestQP

Public Instance Methods

test_all() click to toggle source
# File vendor/qwik/lib/qwik/qp.rb, line 49
def test_all
  #assert_match(/testcase.rb:\d\d:_*send_*/, QP.caller_msg(caller(1)))
  ok_eq("[1, \"a\"]", QP.ar_inspect([1, 'a']))
  assert_match(/\d+\.\d/, QP.runtime)
  #assert_match(/\d+\.\d:testcase.rb:\d\d:_*send_*  \[1, 'a'\]/, QP.tp(caller(1), 1, 'a'))
end