Udemy - Unit Testing .Net Core Applications with xUnit .net & MOQ

seeders: 6
leechers: 0
Added 5 years ago by tutsnode in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Unit Testing .Net Core Applications with xUnit .net & MOQ (Size: 1.9 GB)
  .pad
  0 1 B
  1 87.71 KB
  2 87.5 KB
  3 153.88 KB
  4 406.49 KB
  5 487.34 KB
  6 401.37 KB
  7 286.52 KB
  8 356.79 KB
  9 431.77 KB
  10 159.66 KB
  11 475.31 KB
  12 183.3 KB
  13 184.63 KB
  14 280.26 KB
  15 380.05 KB
  16 267.24 KB
  17 504.32 KB
  18 163.11 KB
  19 54.83 KB
  20 230.73 KB
  21 194.08 KB
  22 483.91 KB
  23 289.75 KB
  24 26.2 KB
  25 448.44 KB
  26 398.44 KB
  27 343.56 KB
  28 201.23 KB
  29 405.87 KB
  30 24.26 KB
  31 217.13 KB
  32 209.82 KB
  33 142.92 KB
  34 149.74 KB
  35 428.41 KB
  36 259.07 KB
  37 184.92 KB
  TutsNode.com.txt 63 B
  [TGx]Downloaded from torrentgalaxy.to .txt 585 B
  [TutsNode.com] - Unit Testing .Net Core Applications with xUnit .net & MOQ
  01 Introduction
  001 Introduction.en.srt 2.01 KB
  001 Introduction.mp4 26.98 MB
  002 What is XUnit .Net_.en.srt 1.03 KB
  002 What is XUnit .Net_.mp4 21.35 MB
  003 Features of XUnit .Net.en.srt 2.67 KB
  003 Features of XUnit .Net.mp4 46.84 MB
  004 Writing your first Unit Test.en.srt 7.06 KB
  004 Writing your first Unit Test.mp4 46.45 MB
  005 Execute Unit Tests in Visual Studio.en.srt 1.81 KB
  005 Execute Unit Tests in Visual Studio.mp4 15.82 MB
  006 Execute Unit Tests via Command Line.en.srt 3.01 KB
  006 Execute Unit Tests via Command Line.mp4 24.3 MB
  007 Execute Unit Tests with ReSharper.en.srt 3.02 KB
  007 Execute Unit Tests with ReSharper.mp4 19.25 MB
  008 Phases of Unit Testing.en.srt 2.13 KB
  008 Phases of Unit Testing.mp4 35.56 MB
  02 Asserts
  009 The Assert Phase.en.srt 3.57 KB
  009 The Assert Phase.mp4 15.13 MB
  010 Asserting numeric values.en.srt 7.28 KB
  010 Asserting numeric values.mp4 58.82 MB
  011 Asserting string values.en.srt 10.48 KB
  011 Asserting string values.mp4 70.58 MB
  012 Asserting boolean values as well as null values.en.srt 5.33 KB
  012 Asserting boolean values as well as null values.mp4 41.31 MB
  013 Asserting Collections.en.srt 12.26 KB
  013 Asserting Collections.mp4 56.32 MB
  014 Asserting a range of values.en.srt 4.45 KB
  014 Asserting a range of values.mp4 22.36 MB
  015 Asserting Exceptions.en.srt 9.39 KB
  015 Asserting Exceptions.mp4 40.72 MB
  016 Asserting object types.en.srt 7.22 KB
  016 Asserting object types.mp4 41.03 MB
  03 Arrange Phase, and Managing Tests
  017 Collections and Traits.en.srt 9.43 KB
  017 Collections and Traits.mp4 91.32 MB
  018 Class Fixtures and IClassFixture.en.srt 9.32 KB
  018 Class Fixtures and IClassFixture.mp4 76.65 MB
  019 Constructors and IDisposable.en.srt 9.13 KB
  019 Constructors and IDisposable.mp4 63.04 MB
  020 Collection Definition.en.srt 11.95 KB
  020 Collection Definition.mp4 99.84 MB
  021 Parallel Execution of Tests.en.srt 8.89 KB
  021 Parallel Execution of Tests.mp4 51.13 MB
  04 Data Driven Tests
  022 Data Driven Tests in XUnit .net and the _Theory_ attribute.en.srt 4.87 KB
  022 Data Driven Tests in XUnit .net and the _Theory_ attribute.mp4 79.52 MB
  023 Passing parameters to unit tests with inline attributes.en.srt 8.62 KB
  023 Passing parameters to unit tests with inline attributes.mp4 50.24 MB
  024 Sharing test data across multiple unit test methods.en.srt 5.74 KB
  024 Sharing test data across multiple unit test methods.mp4 29.8 MB
  025 Passing parameters to unit tests from external resources.en.srt 5.68 KB
  025 Passing parameters to unit tests from external resources.mp4 30.16 MB
  026 Sharing test data across multiple unit test methods with custom attributes.en.srt 4.63 KB
  026 Sharing test data across multiple unit test methods with custom attributes.mp4 20.58 MB
  05 Mocking and Unit Testing with MOQ & xUnit
  027 Introduction.en.srt 5.02 KB
  027 Introduction.mp4 40.47 MB
  028 What is Mocking _.en.srt 5.19 KB
  028 What is Mocking _.mp4 77.72 MB
  029 Creating the xUnit Test Project.en.srt 6.15 KB
  029 Creating the xUnit Test Project.mp4 33.11 MB
  030 Writing our first test with Mock and xUnit.en.srt 7.88 KB
  030 Writing our first test with Mock and xUnit.mp4 48.01 MB
  031 Testing when ModelState is invalid.en.srt 3.72 KB
  031 Testing when ModelState is invalid.mp4 26.29 MB
  032 Setting Up the Mocked Objects.en.srt 10.36 KB
  032 Setting Up the Mocked Objects.mp4 70.34 MB
  033 Writing a Test with Arrange, Act and Assert Format.en.srt 11.92 KB
  033 Writing a Test with Arrange, Act and Assert Format.mp4 89.85 MB
  external-assets-links.txt 66 B
  06 Unit Testing Legacy Code
  034 Introduction to Unit Testing and Legacy Code.en.srt 2.27 KB
  034 Introduction to Unit Testing and Legacy Code.mp4 27.1 MB
  035 The _Sprout Method_ Technique.en.srt 11.26 KB
  035 The _Sprout Method_ Technique.mp4 80.6 MB
  036 The _Sprout Class_ Technique.en.srt 12.29 KB
  036 The _Sprout Class_ Technique.mp4 90.41 MB
  external-assets-links.txt 130 B
  07 Test Driven Development (TDD)
  037 Introduction to Test Driven Development.en.srt 3.44 KB
  037 Introduction to Test Driven Development.mp4 44.77 MB
  038 Test Driven Development with xUnit.net.en.srt 12.25 KB
  038 Test Driven Development with xUnit.net.mp4 78.61 MB
  08 More xUnit.net
  039 Measuring Unit Test Coverage.en.srt 6.54 KB
  039 Measuring Unit Test Coverage.mp4 54.23 MB

Description



Description

Attentionall.NET Core developerslooking to develop new skills and take their career to the next level – this is the course to help you get there!

This is a focused course on the Unit Testing .NET Core / .NET 5 Projects with xUnit .net; an open-source unit testing tool for .Net Framework and .Net Core applications and the standard tool for unit testing C#, VB.NET and F# projects in Visual Studio.

Being a proficient and confident user of this tool will allow you to execute key .NET core development tasks.

In this course, I will teach you:

the fundamentals of the xUnit .net ;
how to write effective and well-organised unit tests for your .NET core applications;
how to use data-driven testing capabilities;
how to use mocking frameworks, including MoQ;
how to use test-driven development (TDD) technique;
how to test legacy (old) code;
how to write unit tests for ASP.NET Core MVC applications

No pre-requisite knowledge is required to complete this course, but a positive attitude and a willingness to learn is a must!

Questions are always welcome from students and can be asked in the Q&A section of the course. I endeavour to respond to these quickly so I can create an engaging learning environment for my students
Who this course is for:

C#, VB .Net or F# progrmmers
.NET Framework and/or ASP .NET developers
.NET Core programmers
Testers and QA Engineers
Xamarin developers

Requirements

C# programming beginner level
Visual Studio 2015, 2017, 2019 or Visual Studio for Mac

Last Updated 5/2019

Related Torrents

torrent name size uploader age seed leech
12
0
2
0
0