本站已收录 番号和无损神作磁力链接/BT种子 

[ FreeCourseWeb.com ] Udemy - Complete Guide to Unit Testing in .NET Core (NUnit & XUnit)

种子简介

种子名称: [ FreeCourseWeb.com ] Udemy - Complete Guide to Unit Testing in .NET Core (NUnit & XUnit)
文件类型: 视频
文件数目: 86个文件
文件大小: 2.35 GB
收录时间: 2021-12-12 19:01
已经下载: 3
资源热度: 139
最近下载: 2024-6-14 16:58

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:765505ea8e66337cc782b7bdadf7c4d9edd2f5a6&dn=[ FreeCourseWeb.com ] Udemy - Complete Guide to Unit Testing in .NET Core (NUnit & XUnit) 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[ FreeCourseWeb.com ] Udemy - Complete Guide to Unit Testing in .NET Core (NUnit & XUnit).torrent
  • ~Get Your Files Here !/01 Introduction/001 Welcome.mp416.66MB
  • ~Get Your Files Here !/01 Introduction/002 Manual Testing Overview.mp46.3MB
  • ~Get Your Files Here !/01 Introduction/003 Advantages of automated testing.mp42.08MB
  • ~Get Your Files Here !/01 Introduction/005 Tools needed.mp43.23MB
  • ~Get Your Files Here !/01 Introduction/006 Project resources.mp411.13MB
  • ~Get Your Files Here !/01 Introduction/007 Types of test.mp45.62MB
  • ~Get Your Files Here !/01 Introduction/008 Testing pyramid.mp45.73MB
  • ~Get Your Files Here !/01 Introduction/009 Logical phase of an automated test.mp46.45MB
  • ~Get Your Files Here !/02 Section 2/001 Create Project.mp413.52MB
  • ~Get Your Files Here !/02 Section 2/002 Create MSTest Project.mp411.12MB
  • ~Get Your Files Here !/02 Section 2/003 First Unit Test.mp441.03MB
  • ~Get Your Files Here !/02 Section 2/004 Failed Test Example.mp412.95MB
  • ~Get Your Files Here !/03 Section 3/001 Create NUnit Project.mp418.85MB
  • ~Get Your Files Here !/03 Section 3/002 First NUnit Test.mp421.56MB
  • ~Get Your Files Here !/03 Section 3/003 Debug and assert.mp417.68MB
  • ~Get Your Files Here !/03 Section 3/004 Assignment 1 - Odd Number Checker.mp47.11MB
  • ~Get Your Files Here !/03 Section 3/005 Assignment 1 Solution - Odd Number Checker.mp432.79MB
  • ~Get Your Files Here !/03 Section 3/006 Assertion Model.mp412MB
  • ~Get Your Files Here !/03 Section 3/007 Testing multiple values.mp422.66MB
  • ~Get Your Files Here !/03 Section 3/008 Combine Unit Test with Expected Result.mp427.29MB
  • ~Get Your Files Here !/03 Section 3/009 Asseting Doubles.mp434.36MB
  • ~Get Your Files Here !/03 Section 3/010 Asserting String Values.mp430.9MB
  • ~Get Your Files Here !/03 Section 3/011 String Assert Helper Methods.mp443.18MB
  • ~Get Your Files Here !/03 Section 3/012 Asserting Null Values.mp426.84MB
  • ~Get Your Files Here !/03 Section 3/013 Global Initialization for Class.mp415.07MB
  • ~Get Your Files Here !/04 Section 4/001 Asserting Collections.mp441.71MB
  • ~Get Your Files Here !/04 Section 4/002 First NUnit Test.mp421.55MB
  • ~Get Your Files Here !/04 Section 4/003 Setup Bank Account Class.mp414.3MB
  • ~Get Your Files Here !/04 Section 4/004 Range Assert.mp417.05MB
  • ~Get Your Files Here !/04 Section 4/005 Multiple Assert.mp420.5MB
  • ~Get Your Files Here !/04 Section 4/006 Working with Exceptions.mp449.55MB
  • ~Get Your Files Here !/04 Section 4/007 Exceptions without Message.mp410.84MB
  • ~Get Your Files Here !/04 Section 4/008 Setup Inheritance.mp416.39MB
  • ~Get Your Files Here !/04 Section 4/009 Assert Object Type.mp424.16MB
  • ~Get Your Files Here !/04 Section 4/010 Assignment 2 - Grading Calculator Part 1.mp416.38MB
  • ~Get Your Files Here !/04 Section 4/011 Assignment 2 - Grading Calculator Part 1 Solution.mp446.57MB
  • ~Get Your Files Here !/04 Section 4/012 Assignment 2 - Grading Calculator Part 2.mp45.46MB
  • ~Get Your Files Here !/04 Section 4/013 Assignment 2 - Grading Calculator Part 2 Solution.mp421.84MB
  • ~Get Your Files Here !/04 Section 4/014 Assignment 3 - Fibo Series.mp412.6MB
  • ~Get Your Files Here !/04 Section 4/015 Assignment 3 - Fibo Series Solution.mp445.56MB
  • ~Get Your Files Here !/05 Section 5/001 Setup Bank Account Class.mp414.3MB
  • ~Get Your Files Here !/05 Section 5/002 Setup Logger Class.mp415.19MB
  • ~Get Your Files Here !/05 Section 5/003 Integration Test Demo.mp425.95MB
  • ~Get Your Files Here !/05 Section 5/004 Unit Test with Fake Logger.mp417.35MB
  • ~Get Your Files Here !/05 Section 5/005 Mocking Overview.mp410.57MB
  • ~Get Your Files Here !/05 Section 5/006 MOQ in Action.mp439.77MB
  • ~Get Your Files Here !/05 Section 5/007 Misuing MOQ.mp476.73MB
  • ~Get Your Files Here !/05 Section 5/008 Setup LogBook Withdrawal.mp428.65MB
  • ~Get Your Files Here !/05 Section 5/009 MOQ Setup with Conditional Return.mp463.93MB
  • ~Get Your Files Here !/05 Section 5/010 MOQ setup default return value.mp431.32MB
  • ~Get Your Files Here !/05 Section 5/011 MOQ evaluate the return value.mp449.25MB
  • ~Get Your Files Here !/05 Section 5/012 MOQ and out parameters.mp437.07MB
  • ~Get Your Files Here !/05 Section 5/013 MOQ and ref.mp425.73MB
  • ~Get Your Files Here !/05 Section 5/014 MOQ default return values.mp412.72MB
  • ~Get Your Files Here !/05 Section 5/015 MOQ Properties.mp435.96MB
  • ~Get Your Files Here !/05 Section 5/016 MOQ Callbacks.mp445.48MB
  • ~Get Your Files Here !/05 Section 5/017 MOQ Verification.mp457.24MB
  • ~Get Your Files Here !/06 Section 6/001 Create Xunit Project.mp428.84MB
  • ~Get Your Files Here !/06 Section 6/002 XUnit Comparision.mp416.82MB
  • ~Get Your Files Here !/06 Section 6/003 Xunit Calculator Part 2.mp451.68MB
  • ~Get Your Files Here !/06 Section 6/004 Assignment 4 - Grading Calculator.mp44.96MB
  • ~Get Your Files Here !/06 Section 6/005 Assignment 4 - Grading Calculator Xunit Solution.mp435.75MB
  • ~Get Your Files Here !/06 Section 6/006 Assignment 5 - Fibo Series XUnit.mp43.36MB
  • ~Get Your Files Here !/06 Section 6/007 Assignment 5 - Fibo Series XUnit Solution.mp418.18MB
  • ~Get Your Files Here !/06 Section 6/008 MOQ and Xunit.mp419.95MB
  • ~Get Your Files Here !/06 Section 6/009 Customer XUnit.mp446.33MB
  • ~Get Your Files Here !/06 Section 6/010 Assignment 6 - Bank Account XUnit.mp429.71MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/001 Setup Main Project.mp427.22MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/002 Bongo Project Code Overview.mp442.23MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/003 Bongo Models Date Checker Part 1.mp437.83MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/004 Bongo Models Date Checker Part 2.mp425.76MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/005 Setup Data Access Unit Test Project.mp420.55MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/006 In Memory Database and Unit Testing.mp450.8MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/007 Data Access Unit Tests.mp445.11MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/008 Data Access Unit Tests Bugs and Pitfalls.mp463.96MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/009 Setup Bongo Core Unit Test Project.mp423.55MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/010 Bongo Core MOQ Setup and GetAllBooking Test.mp444.22MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/011 Bongo Core Exception Unit test.mp423.35MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/012 Bongo Core Save Booking Setup.mp433.81MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/013 15 Bongo Core Save Booking Unit Test.mp457.24MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/014 16 Bongo Core Return Code TestCase.mp456.88MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/015 17 Bongo Core Seperating Unit Tests.mp457.51MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/016 19 Bongo Web Test Project Setup.mp423.81MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/017 20 Bongo Web Index Action Method Unit Test.mp427.53MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/018 21 Bongo Web checking View Name.mp424.91MB
  • ~Get Your Files Here !/07 Real World Example - NUnit/019 22 Bongo Web Controller Unit Tests.mp468.57MB