Sha256: 94be8eff0e10719863fd5f67543a27ec02f4d2f66b03229c8a4ba6506970fc7a

Contents?: true

Size: 227 Bytes

Versions: 7

Compression:

Stored size: 227 Bytes

Contents

require 'test_helper'

class EntropyTest < MiniTest::Unit::TestCase

  def test_initialize
    entropy = PolarSSL::Entropy.new
  end

  def test_gather
    entropy = PolarSSL::Entropy.new
    assert entropy.gather()
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
polarssl-1.0.2 test/entropy_test.rb
polarssl-1.0.1 test/entropy_test.rb
polarssl-1.0.0 test/entropy_test.rb
polarssl-0.0.7 test/entropy_test.rb
polarssl-0.0.6 test/entropy_test.rb
polarssl-0.0.5 test/entropy_test.rb
polarssl-0.0.3 test/entropy_test.rb