Sha256: 2cf510269f5bf71eef7916d34bf0dfbece357321daaf1dcb1a174f80e5ad3009

Contents?: true

Size: 475 Bytes

Versions: 11

Compression:

Stored size: 475 Bytes

Contents

# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/helper'

class TestConstName < Test::Unit::TestCase
  
  def test_const_name
    assert_equal "Scaler", Tracksperanto::Middleware::Scaler.const_name
    assert_equal "Scaler", Tracksperanto::Middleware::Scaler.new(nil).const_name
    assert_equal "ShakeScript", Tracksperanto::Import::ShakeScript.const_name
    assert_equal "ShakeText", Tracksperanto::Export::ShakeText.const_name
  end
  
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tracksperanto-2.12.0 test/test_const_name.rb
tracksperanto-2.11.3 test/test_const_name.rb
tracksperanto-2.11.2 test/test_const_name.rb
tracksperanto-2.11.1 test/test_const_name.rb
tracksperanto-2.11.0 test/test_const_name.rb
tracksperanto-2.10.0 test/test_const_name.rb
tracksperanto-2.9.9 test/test_const_name.rb
tracksperanto-2.9.8 test/test_const_name.rb
tracksperanto-2.9.7 test/test_const_name.rb
tracksperanto-2.9.6 test/test_const_name.rb
tracksperanto-2.9.5 test/test_const_name.rb