# File test/test_wpm_WPMErrorPage.rb, line 122 def test_error_type assert_equal(Exception, @WPMErrorPage.error_type) assert_equal(1, @last_error_info_call) assert_equal(1, @class_call) end