Codebase list ruby-fxruby / run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main test / TC_FXStream.rb
run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main

Tree @run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main (Download .tar.gz)

TC_FXStream.rb @run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/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