관리-도구
편집 파일: cdesc-TestResult.yaml
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: errors rw: R - !ruby/object:RI::Attribute comment: name: failures rw: R class_methods: [] comment: constants: [] full_name: RUNIT::TestResult includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: add_error - !ruby/object:RI::MethodSummary name: add_failure - !ruby/object:RI::MethodSummary name: error_size - !ruby/object:RI::MethodSummary name: failure_size - !ruby/object:RI::MethodSummary name: run_asserts - !ruby/object:RI::MethodSummary name: run_tests - !ruby/object:RI::MethodSummary name: succeed? name: TestResult superclass: Test::Unit::TestResult