るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

クラス

モジュール

検索結果

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

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

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

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

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

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

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

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

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

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