Sha256: e1dcf32e602b59bb7df4d98f0896920f92afbb5462cf65fbf51170f814408e59

Contents?: true

Size: 509 Bytes

Versions: 36

Compression:

Stored size: 509 Bytes

Contents

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

include Fox

class TC_FXDirList < TestCase
  def setup
    super(self.class.name)
    @dirList = FXDirList.new(mainWindow)
  end

  def test_setCurrentFile
    file = ""
    @dirList.setCurrentFile(file)
    @dirList.setCurrentFile(file, true)
  end

  def test_setDirectory
    path = ""
    @dirList.setDirectory(path)
    @dirList.setDirectory(path, true)
  end

  def test_getPathnameItem
    path = ""
    @dirList.getPathnameItem(path)
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
fxruby-1.6.20-x86-mingw32 test/TC_FXDirList.rb
fxruby-1.6.20-x86-linux test/TC_FXDirList.rb
fxruby-1.6.20 test/TC_FXDirList.rb
fxruby-1.6.20-universal-darwin-10 test/TC_FXDirList.rb
fxruby-1.6.19-x86-mingw32 tests/TC_FXDirList.rb
fxruby-1.6.14-mswin32 tests/TC_FXDirList.rb
fxruby-1.6.13-mswin32 tests/TC_FXDirList.rb
fxruby-1.6.10 tests/TC_FXDirList.rb
fxruby-1.6.11 tests/TC_FXDirList.rb
fxruby-1.6.12 tests/TC_FXDirList.rb
fxruby-1.6.13 tests/TC_FXDirList.rb
fxruby-1.6.14-universal-darwin-9 tests/TC_FXDirList.rb
fxruby-1.6.14 tests/TC_FXDirList.rb
fxruby-1.6.15-universal-darwin-9 tests/TC_FXDirList.rb
fxruby-1.6.15-x86-mswin32-60 tests/TC_FXDirList.rb
fxruby-1.6.15 tests/TC_FXDirList.rb
fxruby-1.6.16-universal-darwin-9 tests/TC_FXDirList.rb
fxruby-1.6.16-x86-mswin32-60 tests/TC_FXDirList.rb
fxruby-1.6.16 tests/TC_FXDirList.rb
fxruby-1.6.17-universal-darwin-9 tests/TC_FXDirList.rb