為 Web Api 的 Message Handler 加上單元測試 之前在 為 ASP.NET WEB API 加上簡易的 Token 驗證 中曾經使用過 Message Handler 為 ASP.NET Web Api 加上簡易驗證。 後來在 TDD 課堂中聽到可以為 Message Handler 加上單元測試,於是就
Unit Test 想驗證 private static method 該怎麼做? - 使用 PrivateType TDD 的第一天課程中就提到,以單元測試的角度 private method 不需單獨進行測試,在驗證 public 及 internal method 的過程中自然會涵蓋到 private or protected me