Sha256: 7755a21088f7a0d203829cac2795d2a93ee21a5dce3eb464679623399e733d77

Contents?: true

Size: 225 Bytes

Versions: 11

Compression:

Stored size: 225 Bytes

Contents

# Test facets/syncarray.rb
#
# TODO: Need test!!!!!!!!!

require 'facets/syncarray.rb'
require 'test/unit'

class TC_SyncArray < Test::Unit::TestCase

  def test_01
    assert_nothing_raised{ @s = SyncArray.new }
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
facets-2.6.0 test/more/test_syncarray.rb
facets-2.3.0 test/class/test_syncarray.rb
facets-2.4.0 test/test_syncarray.rb
facets-2.4.1 test/test_syncarray.rb
facets-2.4.3 test/more/test_syncarray.rb
facets-2.4.4 test/more/test_syncarray.rb
facets-2.4.2 test/more/test_syncarray.rb
facets-2.5.0 test/more/test_syncarray.rb
facets-2.4.5 test/more/test_syncarray.rb
facets-2.5.1 test/more/test_syncarray.rb
facets-2.5.2 test/more/test_syncarray.rb