るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.021秒)
トップページ > バージョン:2.1.0[x] > クエリ:IO[x] > クエリ:_assertions[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each_line
  4. io readlines
  5. io each

ライブラリ

クラス

モジュール

キーワード

検索結果

MiniTest::Assertions#_assertions -> Fixnum (81604.0)

アサーション数を返します。

アサーション数を返します。

MiniTest::Assertions#_assertions=(count) (45604.0)

アサーション数をセットします。

アサーション数をセットします。

@param count 件数を指定します。

Module#infect_with_assertions(positive_prefix, negative_prefix, skip_regexp, map = {}) -> () (36604.0)

BDD 風にテストを書くために使用するメソッド群を定義します。

BDD 風にテストを書くために使用するメソッド群を定義します。

@param positive_prefix assert の代わりのプレフィックスを指定します。

@param negative_prefix refute の代わりのプレフィックスを指定します。

@param skip_regexp この正規表現にマッチしたメソッドは定義しません。

@param map メソッド名の変換規則のハッシュを指定します。