2018-03-23 [UnitTest]使用FluentAssertions來驗證單元測試 12975 0 UnitTest FluentAssertions是很好用的套件 他讓單元測試的程式碼變的更簡潔明瞭 ...繼續閱讀 » FluentAssertionsUnitTest
2018-03-23 [UnitTest]針對Controller中的ViewResult進行驗證 12879 0 UnitTest 今天我們來對.Net Mvc中的Controller中的ViewResult進行驗證 我使用的方法很簡單 MSTest + FluentAssertions (需從Nuget下載,但其實用VS內建的Assert也沒差) ...繼續閱讀 » .NET MVCUnitTestFluentAssertionsMSTest