Sha256: 574f822351cf1de983cfdc2ae06346abc6d1153978851727be446ed47978c553

Contents?: true

Size: 409 Bytes

Versions: 4

Compression:

Stored size: 409 Bytes

Contents

#! /usr/bin/env ruby
# coding: utf-8

#require "test/unit"
require "helper"
#require 'mageo.rb'
#require "mageo/polyhedron.rb"

# initialize でインスタンスを生成できないことのみテストする。
# その他の機能はサブクラスでテスト。
class TC_Polyhedron < Test::Unit::TestCase
  def test_initialize
    assert_raise( NotImplementedError ) { Mageo::Polyhedron.new }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mageo-0.0.5 test/test_polyhedron.rb
mageo-0.0.4 test/test_polyhedron.rb
mageo-0.0.3 test/test_polyhedron.rb
mageo-0.0.2 test/test_polyhedron.rb