Udemy - Unit Testing for C# Developers

mp4   Hot:623   Size:807.5 MB   Created:2018-12-09 12:07:08   Update:2021-12-13 15:59:08  

File List

  • 04 Exercises/044 Solution- Stack.mp4 26.71 MB
    04 Exercises/042 Solution- DemeritPointsCalculator.mp4 26.5 MB
    02 Fundamentals of Unit Testing/026 Developers Who Dont Write Tests.mp4 22.92 MB
    01 Getting Started/006 source-code-completed-1.zip 22 MB
    07 Project- Testing BookingHelper/072 Refactoring.mp4 20.93 MB
    08 Project- HouseKeeperHelper/080 Writing the First Interaction Test.mp4 20.64 MB
    08 Project- HouseKeeperHelper/084 Extracting Helper Methods.mp4 19.81 MB
    01 Getting Started/006 source-code-starter-1.zip 19.2 MB
    01 Getting Started/003 Types of Tests.mp4 18.87 MB
    08 Project- HouseKeeperHelper/077 Refactoring For Testability.mp4 18.58 MB
    07 Project- Testing BookingHelper/070 Extracting IBooking Repository.mp4 17.31 MB
    08 Project- HouseKeeperHelper/081 Keeping Tests Clean.mp4 16.35 MB
    03 Core Unit Testing Techniques/037 Testing in the Real-world.mp4 15.89 MB
    03 Core Unit Testing Techniques/035 Testing Private Methods.mp4 15.75 MB
    08 Project- HouseKeeperHelper/082 Testing a Method is Not Called.mp4 15.71 MB
    01 Getting Started/007 Writing Your First Unit Test.mp4 15.51 MB
    08 Project- HouseKeeperHelper/083 Another Interaction Test.mp4 15.03 MB
    07 Project- Testing BookingHelper/075 Writing Additional Tests.mp4 14.88 MB
    06 Exercises/061 Testing.mp4 14.86 MB
    05 Breaking External Dependencies/047 Refactoring Towards a Loosely-coupled Design.mp4 14.47 MB
    06 Exercises/064 Testing InstallerHelper.mp4 14.08 MB
    02 Fundamentals of Unit Testing/025 Writing Trustworthy Tests.mp4 14 MB
    01 Getting Started/005 The Tooling.mp4 12.99 MB
    05 Breaking External Dependencies/053 Creating Mock Objects Using Moq.mp4 12.4 MB
    01 Getting Started/008 Testing All the Execution Tests.mp4 11.63 MB
    07 Project- Testing BookingHelper/071 Writing the First Test.mp4 11.56 MB
    07 Project- Testing BookingHelper/074 Fixing a Bug.mp4 11.53 MB
    02 Fundamentals of Unit Testing/021 Black-box Testing.mp4 11.46 MB
    01 Getting Started/002 Benefits of Automated Testing.mp4 10.85 MB
    05 Breaking External Dependencies/050 Dependency Injection via Constructor.mp4 10.62 MB
    08 Project- HouseKeeperHelper/085 Testing Exceptions.mp4 10.31 MB
    06 Exercises/060 Refactoring.mp4 9.86 MB
    03 Core Unit Testing Techniques/030 Testing Arrays and Collections.mp4 9.85 MB
    03 Core Unit Testing Techniques/029 Testing Strings.mp4 9.78 MB
    04 Exercises/040 20- Solution- FizzBuzz.mp4 9.36 MB
    01 Getting Started/010 Using NUnit in Visual Studio.mp4 9.2 MB
    06 Exercises/066 Refactoring EmployeeController.mp4 9.15 MB
    05 Breaking External Dependencies/058 Who Should Write Tests.mp4 8.95 MB
    02 Fundamentals of Unit Testing/017 What to Test and What Not to Test.mp4 8.65 MB
    02 Fundamentals of Unit Testing/023 Parameterized Tests.mp4 8.57 MB
    05 Breaking External Dependencies/046 Loosely-coupled and Testable Code.mp4 8.46 MB
    05 Breaking External Dependencies/048 Dependency Injection via Method Parameters.mp4 8.37 MB
    07 Project- Testing BookingHelper/069 Test Cases.mp4 8.09 MB
    05 Breaking External Dependencies/057 An Example of a Mock Abuse.mp4 7.54 MB
    06 Exercises/063 Refactoring InstallerHelper.mp4 7.47 MB
    08 Project- HouseKeeperHelper/076 Introduction.mp4 7.42 MB
    03 Core Unit Testing Techniques/034 Testing Methods that Raise an Event.mp4 7.36 MB
    03 Core Unit Testing Techniques/032 Testing Void Methods.mp4 7.26 MB
    08 Project- HouseKeeperHelper/078 Fixing a Design Issue.mp4 7.23 MB
    01 Getting Started/012 Course Structure.mp4 7.12 MB
    06 Exercises/067 Testing EmployeeController.mp4 7.02 MB
    03 Core Unit Testing Techniques/036 Code Coverage.mp4 7 MB
    05 Breaking External Dependencies/056 Fake as Little As Possible.mp4 6.93 MB
    03 Core Unit Testing Techniques/033 Testing Methods that Throw Exceptions.mp4 6.9 MB
    05 Breaking External Dependencies/055 Testing the Interaction Between Two Objects.mp4 6.88 MB
    02 Fundamentals of Unit Testing/018 Naming and Organizing Tests.mp4 6.85 MB
    01 Getting Started/011 What is Test-Driven Development.mp4 6.61 MB
    05 Breaking External Dependencies/045 Introduction.mp4 6.15 MB
    03 Core Unit Testing Techniques/031 Testing the Return Type of Methods.mp4 6.09 MB
    02 Fundamentals of Unit Testing/022 Set Up and Tear Down.mp4 6.02 MB
    02 Fundamentals of Unit Testing/020 Writing a Simple Unit Test.mp4 5.81 MB
    05 Breaking External Dependencies/051 Dependency Injection Frameworks.mp4 5.68 MB
    01 Getting Started/001 What is Automated Testing.mp4 5.61 MB
    07 Project- Testing BookingHelper/068 Introduction.mp4 5.02 MB
    01 Getting Started/004 Test Pyramid.mp4 5 MB
    05 Breaking External Dependencies/049 Dependency Injection via Properties.mp4 4.65 MB
    01 Getting Started/009 Refactoring with Confidence.mp4 4.43 MB
    07 Project- Testing BookingHelper/073 Writing the Second Test.mp4 4.4 MB
    06 Exercises/065 Exercise- EmployeeHelper.mp4 4.06 MB
    02 Fundamentals of Unit Testing/016 Characteristics of Good Unit Tests.mp4 3.96 MB
    02 Fundamentals of Unit Testing/019 Introducing Rider.mp4 3.68 MB
    05 Breaking External Dependencies/054 State-based vs. Interaction Testing.mp4 3.62 MB
    05 Breaking External Dependencies/052 Mocking Frameworks.mp4 3.18 MB
    02 Fundamentals of Unit Testing/027 Summary.mp4 2.62 MB
    02 Fundamentals of Unit Testing/024 Ignoring Tests.mp4 2.3 MB
    06 Exercises/062 Exercise- InstallerHelper.mp4 2.2 MB
    04 Exercises/039 19- Exercise- FizzBuzz.mp4 2.04 MB
    06 Exercises/059 Exercise- VideoService.mp4 1.6 MB
    04 Exercises/041 Exercise- DemeritPointsCalculator.mp4 1.53 MB
    03 Core Unit Testing Techniques/038 Summary.mp4 1.5 MB
    02 Fundamentals of Unit Testing/015 Introduction.mp4 1.4 MB
    04 Exercises/043 Exercise- Stack.mp4 1.38 MB
    01 Getting Started/013 Summary.mp4 1.28 MB
    03 Core Unit Testing Techniques/028 Introduction.mp4 762.99 KB
    01 Getting Started/006 Source Code.mp4 338.79 KB
    08 Project- HouseKeeperHelper/086 Coupons to My Other Courses.html 1.95 KB
    08 Project- HouseKeeperHelper/079 An Alternative Solution.html 1.75 KB
    01 Getting Started/014 Asking Questions.html 1.71 KB

Download Info

  • Tips

    “Udemy - Unit Testing for C# Developers” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.