るりまサーチ

最速Rubyリファレンスマニュアル検索!
72件ヒット [1-72件を表示] (0.048秒)
トップページ > クエリ:gem[x] > クエリ:Specification[x] > クエリ:test_files[x]

別のキーワード

  1. specification test_files
  2. specification test_file
  3. specification test_files=
  4. specification test_file=
  5. rubygems/specification test_files

ライブラリ

クラス

キーワード

検索結果

Gem::Specification#test_files -> [String] (24101.0)

ユニットテストのファイルのリストを返します。

ユニットテストのファイルのリストを返します。

Gem::Specification#test_files=(files) (12101.0)

ユニットテストのファイルのリストをセットします。

ユニットテストのファイルのリストをセットします。

@param files ユニットテストのファイルのリストを指定します。

Gem::Specification#test_file -> String (6048.0)

Gem::Specification#test_files の単数バージョンです。

...
Gem
::Specification#test_files の単数バージョンです。...

Gem::Specification#test_file=(file) (6048.0)

Gem::Specification#test_files= の単数バージョンです。

...
Gem
::Specification#test_files= の単数バージョンです。...

Gem::Specification#test_suite_file -> String (6048.0)

この属性は非推奨です。 Gem::Specification#test_files を使用してください。

...この属性は非推奨です。 Gem::Specification#test_files を使用してください。...

絞り込み条件を変える

Gem::Specification#test_suite_file=(file) (6048.0)

この属性は非推奨です。 Gem::Specification#test_files= を使用してください。

...この属性は非推奨です。 Gem::Specification#test_files= を使用してください。

@param file テストスイートのファイルを指定します。...