Sha256: beaf2d3f80176f47522558afa93ec3ca80709effd8e8de215fd1260655579711

Contents?: true

Size: 563 Bytes

Versions: 7

Compression:

Stored size: 563 Bytes

Contents

require File.expand_path(File.dirname(__FILE__)) + '/../helper'

class ShakeTextExportTest < Test::Unit::TestCase
  include ParabolicTracks
  P = File.dirname(__FILE__) + "/samples/ref_ShakeText.txt"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::ShakeText, P
  end
  
  def test_exporter_meta
    assert_equal "shake_trackers.txt", Tracksperanto::Export::ShakeText.desc_and_extension
    assert_equal "Shake trackers in a .txt file (also usable with Nuke's CameraTracker)", Tracksperanto::Export::ShakeText.human_name
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tracksperanto-2.8.6 test/export/test_shake_export.rb
tracksperanto-2.8.5 test/export/test_shake_export.rb
tracksperanto-2.8.4 test/export/test_shake_export.rb
tracksperanto-2.8.2 test/export/test_shake_export.rb
tracksperanto-2.8.1 test/export/test_shake_export.rb
tracksperanto-2.8.0 test/export/test_shake_export.rb
tracksperanto-2.7.0 test/export/test_shake_export.rb