Parent

JuliaTest

Public Instance Methods

setup() click to toggle source

(Not documented)

# File test/julia_test.rb, line 7
  def setup
    julia = Julia.new
    julia.write
  end
teardown() click to toggle source

(Not documented)

# File test/julia_test.rb, line 12
  def teardown
    File.delete('fractal.png')
  end
test_file_size() click to toggle source

(Not documented)

# File test/julia_test.rb, line 16
  def test_file_size
    assert_equal(13057, File.size?('fractal.png'))
  end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.