# File lib/flexmock/test_unit_assert_spy_called.rb, line 7 def assert_spy_called(spy, method_name, *args) _assert_spy_called(false, spy, method_name, *args) end
# File lib/flexmock/test_unit_assert_spy_called.rb, line 11 def assert_spy_not_called(spy, method_name, *args) _assert_spy_called(true, spy, method_name, *args) end