Test::Unit::TestCase
(Not documented)
# File test/mandelbrot_test.rb, line 7 def setup mandelbrot = Mandelbrot.new mandelbrot.write end
(Not documented)
# File test/mandelbrot_test.rb, line 12 def teardown File.delete('fractal.png') end
(Not documented)
# File test/renderer_test.rb, line 7 def test_false_in_set? mandelbrot = Mandelbrot.new assert_equal(false, mandelbrot.in_set?(Complex(-5.0, -5.0))) end
(Not documented)
# File test/mandelbrot_test.rb, line 16 def test_file_size assert_equal(9687, File.size?('fractal.png')) end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.