るりまサーチ

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.005秒)
トップページ > クエリ:seed[x] > 種類:ライブラリ[x]

別のキーワード

  1. random seed
  2. openssl seed
  3. group seed
  4. group seed=
  5. _builtin seed

検索結果

test/unit (19.0)

ユニットテストを行うためのライブラリです。

....rb --help
Usage: test_foo [options]
minitest options:
-h, --help Display this help.
-s, --seed SEED Sets random seed
-v, --verbose Verbose. Show progress processing files.
-n, --name PATTERN Filter t...
...Base directory of test suites.
-x, --exclude PATTERN Exclude test files on pattern.
-Idirectory Add library load path
--[no-]gc-stress Set GC.stress as true

複数のテストを一度に行う場合、以下のように書いた...