るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. comparable >
  4. integer >
  5. module >

ライブラリ

クラス

モジュール

検索結果

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

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

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

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

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

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

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

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

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

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