> For the complete documentation index, see [llms.txt](https://brianwu.gitbook.io/brian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brianwu.gitbook.io/brian/test/xu-she-chang-shi.md).

# 虛設常式

## 虛設常式 stud

## 模擬物件 mock

## 假物件 fake

這個假的物件與測試程式被定義在同一個程式檔案中，因為目前這個假物件只在測試類別內部中被使用。與其把手動設計的假物件和測試程式放在不同的檔案中，把它們放在一起，對於找到對應程式、閱讀以及維護程式碼，都顯得容易得多。 如果以後有其他類別需要用到這個假物件，透過 ReSharper 這樣的工具，你很容易就可以把它移到另一個檔案中。

## ReSharper
