Server IP : 66.29.132.122 / Your IP : 3.145.90.207 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby18/share/ri/1.8/system/Test/Unit/TestCase/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: method_name rw: R class_methods: - !ruby/object:RI::MethodSummary name: new - !ruby/object:RI::MethodSummary name: suite comment: - !ruby/struct:SM::Flow::P body: Ties everything together. If you subclass and add your own test methods, it takes care of making them into tests and wrapping those tests into a suite. It also does the nitty-gritty of actually running an individual test and collecting its results into a Test::Unit::TestResult object. constants: - !ruby/object:RI::Constant comment: name: STARTED value: name + "::STARTED" - !ruby/object:RI::Constant comment: name: FINISHED value: name + "::FINISHED" - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: "These exceptions are not caught by #run." name: PASSTHROUGH_EXCEPTIONS value: "[NoMemoryError, SignalException, Interrupt, SystemExit]" full_name: Test::Unit::TestCase includes: - !ruby/object:RI::IncludedModule name: Assertions - !ruby/object:RI::IncludedModule name: Util::BacktraceFilter instance_methods: - !ruby/object:RI::MethodSummary name: == - !ruby/object:RI::MethodSummary name: add_assertion - !ruby/object:RI::MethodSummary name: add_error - !ruby/object:RI::MethodSummary name: add_failure - !ruby/object:RI::MethodSummary name: default_test - !ruby/object:RI::MethodSummary name: name - !ruby/object:RI::MethodSummary name: passed? - !ruby/object:RI::MethodSummary name: run - !ruby/object:RI::MethodSummary name: setup - !ruby/object:RI::MethodSummary name: size - !ruby/object:RI::MethodSummary name: teardown - !ruby/object:RI::MethodSummary name: to_s name: TestCase superclass: Object