Sha256: 7db7ab3725bfb0de5e84c638ec9358843d9e210c6d24123d570e1b3d972e3edb

Contents?: true

Size: 516 Bytes

Versions: 104

Compression:

Stored size: 516 Bytes

Contents

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

class TC_FXDirList < Fox::TestCase
  include Fox

  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

104 entries across 104 versions & 2 rubygems

Version Path
fxruby-1.6.48 test/TC_FXDirList.rb
fxruby-1.6.48-x64-mingw32 test/TC_FXDirList.rb
fxruby-1.6.48-x64-mingw-ucrt test/TC_FXDirList.rb
fxruby-1.6.48-x86-mingw32 test/TC_FXDirList.rb
fxruby-1.6.47 test/TC_FXDirList.rb
fxruby-1.6.47-x64-mingw-ucrt test/TC_FXDirList.rb
fxruby-1.6.47-x64-mingw32 test/TC_FXDirList.rb
fxruby-1.6.47-x86-mingw32 test/TC_FXDirList.rb
fxruby-1.6.46 test/TC_FXDirList.rb
fxruby-1.6.46-x64-mingw32 test/TC_FXDirList.rb
fxruby-1.6.46-x64-mingw-ucrt test/TC_FXDirList.rb
fxruby-1.6.46-x86-mingw32 test/TC_FXDirList.rb
fxruby-1.6.45 test/TC_FXDirList.rb
fxruby-1.6.45-x64-mingw32 test/TC_FXDirList.rb
fxruby-1.6.45-x64-mingw-ucrt test/TC_FXDirList.rb
fxruby-1.6.45-x86-mingw32 test/TC_FXDirList.rb
fxruby-1.6.44 test/TC_FXDirList.rb
fxruby-1.6.44-x64-mingw32 test/TC_FXDirList.rb
fxruby-1.6.44-x86-mingw32 test/TC_FXDirList.rb
fxruby-1.6.43 test/TC_FXDirList.rb