測試命名和布局標(biāo)準(zhǔn) 測試類的命名:對應(yīng)被測試項(xiàng)目中的一個(gè)類,創(chuàng)建一個(gè)名為[ClassName]Tests的類。 工作單元的命名:對每個(gè)工作單元(...
投稿
收錄了4篇文章 · 2人關(guān)注
測試命名和布局標(biāo)準(zhǔn) 測試類的命名:對應(yīng)被測試項(xiàng)目中的一個(gè)類,創(chuàng)建一個(gè)名為[ClassName]Tests的類。 工作單元的命名:對每個(gè)工作單元(...
Single Responsibility Principle 單一職責(zé)原則 The "SOLID" design principles, ar...
Introduction 介紹 In this chapter, we'll discuss tips for decoupling vario...
laravel 5.6文檔 基礎(chǔ)目錄結(jié)構(gòu)參考 Introduction Where does this class belong? This q...