SSLTestResults are created by running SSLTestCases. They are then added to an SSLTestReport so that they can be included in that report.
# File lib/tlspretense/test_harness/ssl_test_result.rb, line 12 def passed? ; @passed ; end
# File lib/tlspretense/test_harness/ssl_test_result.rb, line 19 def to_h { :id => id, :passed => passed? ? "Pass" : "Fail", :description => description, :expected_result => expected_result, :actual_result => actual_result, :start_time => start_time, :stop_time => stop_time, } end
Generated with the Darkfish Rdoc Generator 2.