るりまサーチ

最速Rubyリファレンスマニュアル検索!
8210件ヒット [8201-8210件を表示] (0.031秒)

別のキーワード

  1. socket iff_802_1q_vlan
  2. openssl q
  3. openssl q=
  4. rsa q
  5. dsa q

ライブラリ

クラス

キーワード

検索結果

<< < ... 81 82 83 >>

rubygems/commands/unpack_command (6.0)

指定された Gem パッケージをカレントディレクトリに展開するためのライブラリです。

...p このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します...

test/unit (6.0)

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

...ます。

require 'test/unit'
require 'foo'

class TC_Foo < Test::Unit::TestCase
def setup
@obj = Foo.new
end

# def teardown
# end

def test_foo
assert_equal("foo", @obj.foo)
end
def test_bar
assert_equal("bar", @obj.bar...
...Don't retry running testcase when --jobs specified
--ruby VAL Path to ruby; It'll have used at -j option
-q, --hide-skip Hide skipped tests
-b, --basedir=DIR Base directory of test suites.
-x, --exclude PATTERN...
...ァイルを実行します。

require 'test/unit'
require 'test_foo.rb'
require 'test_bar.rb'

=== いつテストは実行されるか

上の例では、テストクラスを「定義しただけ」で、テストが実行されています。
これは、require 'test/unit'した時にMiniTe...
<< < ... 81 82 83 >>