Codebase list ruby-fxruby / 0934bbd0-cd2e-4349-844d-928b8d23484a/main test / TC_FXStream.rb
0934bbd0-cd2e-4349-844d-928b8d23484a/main

Tree @0934bbd0-cd2e-4349-844d-928b8d23484a/main (Download .tar.gz)

TC_FXStream.rb @0934bbd0-cd2e-4349-844d-928b8d23484a/mainraw · history · blame

require 'test/unit'
require 'fox16'
require 'testcase'

class TC_FXStream < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
  end
end