> 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/xi-guan.md).

# 習慣

## Test Case 命名規範

UnitOfWork\_Scenario\_ExpectedBehavior

## 命名慣例

1. ByDefault\
   如果沒有前置動作而有一個預期的回傳值。
2. WhenCall
3. Always\
   如果不需要特別進行前期設定，系統狀態就已經改變 or 與第三方的互動已經完成。
