种子简介
种子名称:
CodeWithMosh - Unit Testing for C# Developers [AhLaN]
文件类型:
视频
文件数目:
83个文件
文件大小:
766.29 MB
收录时间:
2021-10-26 05:13
已经下载:
3次
资源热度:
204
最近下载:
2024-11-26 08:13
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:fdc712bc335c3925e2ace7b17b8291bebda980f1&dn=CodeWithMosh - Unit Testing for C# Developers [AhLaN]
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
CodeWithMosh - Unit Testing for C# Developers [AhLaN].torrent
04 Exercises/044 Solution- Stack~.mp426.71MB
01 Getting Started/001 What is Automated Testing~.mp45.61MB
01 Getting Started/002 Benefits of Automated Testing~.mp410.85MB
01 Getting Started/003 Types of Tests~.mp418.87MB
01 Getting Started/004 Test Pyramid~.mp45MB
01 Getting Started/005 The Tooling~.mp412.99MB
01 Getting Started/006 Source Code~.mp4338.79KB
01 Getting Started/007 Writing Your First Unit Test~.mp415.51MB
01 Getting Started/008 Testing All the Execution Tests~.mp411.63MB
01 Getting Started/009 Refactoring with Confidence~.mp44.43MB
01 Getting Started/010 Using NUnit in Visual Studio~.mp49.2MB
01 Getting Started/011 What is Test-Driven Development~.mp46.61MB
01 Getting Started/012 Course Structure~.mp47.12MB
01 Getting Started/013 Summary~.mp41.28MB
02 Fundamentals of Unit Testing/015 Introduction~.mp41.4MB
02 Fundamentals of Unit Testing/016 Characteristics of Good Unit Tests~.mp43.96MB
02 Fundamentals of Unit Testing/017 What to Test and What Not to Test~.mp48.65MB
02 Fundamentals of Unit Testing/018 Naming and Organizing Tests~.mp46.85MB
02 Fundamentals of Unit Testing/019 Introducing Rider~.mp43.68MB
02 Fundamentals of Unit Testing/020 Writing a Simple Unit Test~.mp45.81MB
02 Fundamentals of Unit Testing/021 Black-box Testing~.mp411.46MB
02 Fundamentals of Unit Testing/022 Set Up and Tear Down~.mp46.02MB
02 Fundamentals of Unit Testing/023 Parameterized Tests~.mp48.57MB
02 Fundamentals of Unit Testing/024 Ignoring Tests~.mp42.3MB
02 Fundamentals of Unit Testing/025 Writing Trustworthy Tests~.mp414MB
02 Fundamentals of Unit Testing/026 Developers Who Dont Write Tests~.mp422.92MB
02 Fundamentals of Unit Testing/027 Summary~.mp42.62MB
03 Core Unit Testing Techniques/028 Introduction~.mp4762.99KB
03 Core Unit Testing Techniques/029 Testing Strings~.mp49.78MB
03 Core Unit Testing Techniques/030 Testing Arrays and Collections~.mp49.85MB
03 Core Unit Testing Techniques/031 Testing the Return Type of Methods~.mp46.09MB
03 Core Unit Testing Techniques/032 Testing Void Methods~.mp47.26MB
03 Core Unit Testing Techniques/033 Testing Methods that Throw Exceptions~.mp46.9MB
03 Core Unit Testing Techniques/034 Testing Methods that Raise an Event~.mp47.36MB
03 Core Unit Testing Techniques/035 Testing Private Methods~.mp415.75MB
03 Core Unit Testing Techniques/036 Code Coverage~.mp47MB
03 Core Unit Testing Techniques/037 Testing in the Real-world~.mp415.89MB
03 Core Unit Testing Techniques/038 Summary~.mp41.5MB
04 Exercises/039 19- Exercise- FizzBuzz~.mp42.04MB
04 Exercises/040 20- Solution- FizzBuzz~.mp49.36MB
04 Exercises/041 Exercise- DemeritPointsCalculator~.mp41.53MB
04 Exercises/042 Solution- DemeritPointsCalculator~.mp426.5MB
04 Exercises/043 Exercise- Stack~.mp41.38MB
05 Breaking External Dependencies/045 Introduction~.mp46.15MB
05 Breaking External Dependencies/046 Loosely-coupled and Testable Code~.mp48.46MB
05 Breaking External Dependencies/047 Refactoring Towards a Loosely-coupled Design~.mp414.47MB
05 Breaking External Dependencies/048 Dependency Injection via Method Parameters~.mp48.37MB
05 Breaking External Dependencies/049 Dependency Injection via Properties~.mp44.65MB
05 Breaking External Dependencies/050 Dependency Injection via Constructor~.mp410.62MB
05 Breaking External Dependencies/051 Dependency Injection Frameworks~.mp45.68MB
05 Breaking External Dependencies/052 Mocking Frameworks~.mp43.18MB
05 Breaking External Dependencies/053 Creating Mock Objects Using Moq~.mp412.4MB
05 Breaking External Dependencies/054 State-based vs. Interaction Testing~.mp43.62MB
05 Breaking External Dependencies/055 Testing the Interaction Between Two Objects~.mp46.88MB
05 Breaking External Dependencies/056 Fake as Little As Possible~.mp46.93MB
05 Breaking External Dependencies/057 An Example of a Mock Abuse~.mp47.54MB
05 Breaking External Dependencies/058 Who Should Write Tests~.mp48.95MB
06 Exercises/059 Exercise- VideoService~.mp41.6MB
06 Exercises/060 Refactoring~.mp49.86MB
06 Exercises/061 Testing~.mp414.86MB
06 Exercises/062 Exercise- InstallerHelper~.mp42.2MB
06 Exercises/063 Refactoring InstallerHelper~.mp47.47MB
06 Exercises/064 Testing InstallerHelper~.mp414.08MB
06 Exercises/065 Exercise- EmployeeHelper~.mp44.06MB
06 Exercises/066 Refactoring EmployeeController~.mp49.15MB
06 Exercises/067 Testing EmployeeController~.mp47.02MB
07 Project- Testing BookingHelper/068 Introduction~.mp45.02MB
07 Project- Testing BookingHelper/069 Test Cases~.mp48.09MB
07 Project- Testing BookingHelper/070 Extracting IBooking Repository~.mp417.31MB
07 Project- Testing BookingHelper/071 Writing the First Test~.mp411.56MB
07 Project- Testing BookingHelper/072 Refactoring~.mp420.93MB
07 Project- Testing BookingHelper/073 Writing the Second Test~.mp44.4MB
07 Project- Testing BookingHelper/074 Fixing a Bug~.mp411.53MB
07 Project- Testing BookingHelper/075 Writing Additional Tests~.mp414.88MB
08 Project- HouseKeeperHelper/076 Introduction~.mp47.42MB
08 Project- HouseKeeperHelper/077 Refactoring For Testability~.mp418.58MB
08 Project- HouseKeeperHelper/078 Fixing a Design Issue~.mp47.23MB
08 Project- HouseKeeperHelper/080 Writing the First Interaction Test~.mp420.64MB
08 Project- HouseKeeperHelper/081 Keeping Tests Clean~.mp416.35MB
08 Project- HouseKeeperHelper/082 Testing a Method is Not Called~.mp415.71MB
08 Project- HouseKeeperHelper/083 Another Interaction Test~.mp415.03MB
08 Project- HouseKeeperHelper/084 Extracting Helper Methods~.mp419.81MB
08 Project- HouseKeeperHelper/085 Testing Exceptions~.mp410.31MB