Sha256: 0f6e7f1e0c6f43550e0acc241ffaeb3667d5d2c39c73cdca15c47d790755ba07

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

require_relative '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

1 entries across 1 versions & 1 rubygems

Version Path
polarssl-0.0.2 test/entropy_test.rb