Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このモジュール/オブジェクトをモックしました:
flexmock(foo)
このプロセスを逆にする方法はありますか?
これにより、さまざまなコンポーネントを分離してテストできます。メソッドに名前を付けるとしたら、次のようにします
foo.unmock()
しかし、その方法は実際には存在しないと思います。