Sha256: fac033d00032121bfb55395e9913afe8023aa22a1689410c7ffe21f57564d748

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

require 'minitest_helper'
require 'qlang/qlang'

class TestQMatrix < TestInterpreterBase
  def setup
  end

  def test_main
    #assert_equal(50.0, QMatrix.new.func(10))

    assert_equal(8.0, QMatrix.new.execute(0, 2, 100))
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
qlang-0.0.27182123 test/q_matrix/test_q_matrix.rb
qlang-0.0.27182122 test/q_matrix/test_q_matrix.rb
qlang-0.0.27182121 test/q_matrix/test_q_matrix.rb
qlang-0.0.27182120 test/q_matrix/test_q_matrix.rb
qlang-0.0.27182110 test/q_matrix/test_q_matrix.rb
qlang-0.0.27182100 test/q_matrix/test_q_matrix.rb