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

Writing Highly Maintainable Unit Tests

种子简介

种子名称: Writing Highly Maintainable Unit Tests
文件类型: 视频
文件数目: 127个文件
文件大小: 1.29 GB
收录时间: 2018-1-26 00:44
已经下载: 3
资源热度: 129
最近下载: 2024-5-6 08:00

下载BT种子文件

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

磁力链接下载

magnet:?xt=urn:btih:d32aab60924cd54766efc6a62696446e12a7c096&dn=Writing Highly Maintainable Unit Tests 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Writing Highly Maintainable Unit Tests.torrent
  • ex files/m7-exercise-files/02 Concrete List/CollectionsTests/MyListTests/MyListTests.cs16.35KB
  • ex files/m8-exercise-files/01 Disposable Pattern Tests/CollectionsTests/MyListTests/MyListTests.cs16.35KB
  • ex files/m8-exercise-files/02 Equality Tests Demo/CollectionsTests/MyListTests/MyListTests.cs16.35KB
  • ex files/m8-exercise-files/02 Equality Tests Demo/DomainTests/EqualityTests/EqualityTests.cs196B
  • ex files/m1-exercise-files/01 AutomatedTestsDemo/Demo/MyArrayTests.cs452B
  • ex files/m1-exercise-files/02 TestRunnerDemo/CollectionsTests/MyArrayTests.cs1.35KB
  • ex files/m2-exercise-files/01 State Tests/DomainTests/FinancialTargetTests.cs1.62KB
  • ex files/m2-exercise-files/02 Interaction Test Derived/DomainTests/FinancialTargetTests.cs1.97KB
  • ex files/m2-exercise-files/03 Interaction Tests Moq/DomainTests/FinancialTargetTests.cs2.68KB
  • ex files/m2-exercise-files/04 Interaction Tests Fail/DomainTests/FinancialTargetTests.cs2.7KB
  • ex files/m4-exercise-files/01 Failing Interaction Test/DomainTests/FinancialTargetTests.cs3.22KB
  • ex files/m4-exercise-files/02 Class vs. Method Dependencies/DomainTests/FinancialServiceTests.cs604B
  • ex files/m4-exercise-files/02 Class vs. Method Dependencies/DomainTests/FinancialTargetTests.cs2.76KB
  • ex files/m4-exercise-files/03 Temporal Coupling Tests/DomainTests/FinancialServiceTests.cs1.92KB
  • ex files/m4-exercise-files/03 Temporal Coupling Tests/DomainTests/FinancialTargetTests.cs3.22KB
  • ex files/m5-exercise-files/01 Abstract Data Type/CollectionsTests/MyArrayTests.cs1.09KB
  • ex files/m5-exercise-files/02 Method Preconditions/CollectionsTests/MyArrayTests.cs1.72KB
  • ex files/m5-exercise-files/02 Method Preconditions/DomainTests/FinancialServiceTests.cs2.11KB
  • ex files/m5-exercise-files/02 Method Preconditions/DomainTests/FinancialTargetTests.cs3.47KB
  • ex files/m7-exercise-files/01 Concrete Repository/CollectionsTests/MyArrayTests.cs1.72KB
  • ex files/m7-exercise-files/01 Concrete Repository/DomainTests/FinancialTargetTests.cs3.47KB
  • ex files/m7-exercise-files/01 Concrete Repository/DomainTests/RepositoryTests.cs9.97KB
  • ex files/m7-exercise-files/01 Concrete Repository/DomainTests/StorageWrapperTests.cs1.36KB
  • ex files/m7-exercise-files/02 Concrete List/CollectionsTests/MyArrayTests.cs379B
  • ex files/m7-exercise-files/02 Concrete List/CollectionsTests/MyLinkedListTests.cs394B
  • ex files/m7-exercise-files/02 Concrete List/DomainTests/RepositoryTests.cs9.97KB
  • ex files/m7-exercise-files/02 Concrete List/DomainTests/StorageWrapperTests.cs1.36KB
  • ex files/m8-exercise-files/01 Disposable Pattern Tests/CollectionsTests/MyArrayTests.cs379B
  • ex files/m8-exercise-files/01 Disposable Pattern Tests/CollectionsTests/MyLinkedListTests.cs394B
  • ex files/m8-exercise-files/01 Disposable Pattern Tests/DomainTests/FinancialServiceTests.cs942B
  • ex files/m8-exercise-files/01 Disposable Pattern Tests/DomainTests/RepositoryTests.cs9.97KB
  • ex files/m8-exercise-files/01 Disposable Pattern Tests/DomainTests/StorageWrapperTests.cs1.36KB
  • ex files/m8-exercise-files/02 Equality Tests Demo/CollectionsTests/MyArrayTests.cs379B
  • ex files/m8-exercise-files/02 Equality Tests Demo/CollectionsTests/MyLinkedListTests.cs394B
  • ex files/m8-exercise-files/02 Equality Tests Demo/DomainTests/DateTests.cs551B
  • ex files/m8-exercise-files/02 Equality Tests Demo/DomainTests/FinancialServiceTests.cs942B
  • ex files/m8-exercise-files/02 Equality Tests Demo/DomainTests/RepositoryTests.cs9.97KB
  • ex files/m8-exercise-files/02 Equality Tests Demo/DomainTests/StorageWrapperTests.cs1.36KB
  • ex files/m9-exercise-files/CollectionsTests/MyListTests/MyListTests.cs16.35KB
  • ex files/m9-exercise-files/DomainTests/EqualityTests/EqualityTests.cs196B
  • ex files/m3-exercise-files/DomainTests/FinancialTargetTests.cs4.65KB
  • ex files/m6-exercise-files/CollectionsTests/MyArrayTests.cs1.72KB
  • ex files/m6-exercise-files/DomainTests/FinancialTargetTests.cs3.47KB
  • ex files/m6-exercise-files/DomainTests/RepositoryTests.cs9.11KB
  • ex files/m9-exercise-files/CollectionsTests/MyArrayTests.cs379B
  • ex files/m9-exercise-files/CollectionsTests/MyLinkedListTests.cs394B
  • ex files/m9-exercise-files/DomainTests/DateTests.cs551B
  • ex files/m9-exercise-files/DomainTests/FinancialServiceTests.cs650B
  • ex files/m9-exercise-files/DomainTests/RepositoryTests.cs7.36KB
  • ex files/m9-exercise-files/DomainTests/StorageWrapperTests.cs1.36KB
  • 01 - Course Overview - Course Overview.mp43.82MB
  • 02 - Understanding Provable Code Correctness - Putting Tests into the Frame.mp47.48MB
  • 03 - Understanding Provable Code Correctness - What Follows in This Course.mp410.16MB
  • 04 - Understanding Provable Code Correctness - Proving Correctness of Code.mp414.6MB
  • 05 - Understanding Provable Code Correctness - Testing Correctness at Run Time.mp411.58MB
  • 06 - Understanding Provable Code Correctness - Inventing Automated Tests.mp420.91MB
  • 07 - Understanding Provable Code Correctness - Inventing the Test Runner.mp430.48MB
  • 08 - Understanding Provable Code Correctness - Summary.mp42.75MB
  • 09 - The Importance of Knowing What to Test - The Problem of Choosing What to Test.mp48.57MB
  • 10 - The Importance of Knowing What to Test - Changing the Class to Support State Testing.mp414.6MB
  • 11 - The Importance of Knowing What to Test - Implementing a State Test.mp415.26MB
  • 12 - The Importance of Knowing What to Test - On Multiple Assertions in One Unit Test.mp420.27MB
  • 13 - The Importance of Knowing What to Test - Completing State Tests.mp410.8MB
  • 14 - The Importance of Knowing What to Test - Implementing an Interaction Test Through Derivation.mp422MB
  • 15 - The Importance of Knowing What to Test - Implementing an Interaction Test Through Interface.mp420.48MB
  • 16 - The Importance of Knowing What to Test - Understanding Regression.mp412.26MB
  • 17 - The Importance of Knowing What to Test - Summary.mp44.36MB
  • 18 - The Pros and Cons of White-Box Testing - Applying Branch Coverage Strategy.mp421.43MB
  • 19 - The Pros and Cons of White-Box Testing - Assessing Usefulness of Automatic Mocks.mp424.54MB
  • 20 - The Pros and Cons of White-Box Testing - Assessing Usefulness of Manual Mocks.mp417.32MB
  • 21 - The Pros and Cons of White-Box Testing - Assessing Maintainability of Automatic vs. Manual Mocks.mp423.9MB
  • 22 - The Pros and Cons of White-Box Testing - Leaning on the Compiler and Automatic Mocks.mp414.11MB
  • 23 - The Pros and Cons of White-Box Testing - Example - Abstracting Time.mp443.83MB
  • 24 - The Pros and Cons of White-Box Testing - Summary.mp44.87MB
  • 25 - Modeling Class Dependencies in Tests - Stubbing vs. Mocking Dependencies.mp410.01MB
  • 26 - Modeling Class Dependencies in Tests - Letting Dependencies Grow Through Refactoring.mp425.68MB
  • 27 - Modeling Class Dependencies in Tests - Evaluating Interaction Tests.mp413.96MB
  • 28 - Modeling Class Dependencies in Tests - Understanding Lifetime of a Dependency.mp425.53MB
  • 29 - Modeling Class Dependencies in Tests - Avoiding Unnecessary Unit Tests.mp430.99MB
  • 30 - Modeling Class Dependencies in Tests - Testing Temporal Coupling Between Method Calls.mp422.79MB
  • 31 - Modeling Class Dependencies in Tests - Summary.mp47.16MB
  • 32 - Gaining Resilience by Testing Against Abstract Data Types - Introducing Abstract Data Types.mp413.5MB
  • 33 - Gaining Resilience by Testing Against Abstract Data Types - Writing Unit Tests Against the Abstract Data Type.mp423.69MB
  • 34 - Gaining Resilience by Testing Against Abstract Data Types - Replacing Entire Concrete Class.mp415.33MB
  • 35 - Gaining Resilience by Testing Against Abstract Data Types - Varying Implementation of an Abstract Data Type.mp412.2MB
  • 36 - Gaining Resilience by Testing Against Abstract Data Types - Extending the Abstract Data Type.mp417.39MB
  • 37 - Gaining Resilience by Testing Against Abstract Data Types - Investigating Negative Test Cases.mp428.77MB
  • 38 - Gaining Resilience by Testing Against Abstract Data Types - Inventing Preconditions.mp431.05MB
  • 39 - Gaining Resilience by Testing Against Abstract Data Types - Summary.mp45.13MB
  • 40 - Testing Against Interfaces to Simplify Maintenance - Understanding Possible Options When Deriving a Class.mp421.12MB
  • 41 - Testing Against Interfaces to Simplify Maintenance - Introducing Base and Derived Test Classes.mp415.65MB
  • 42 - Testing Against Interfaces to Simplify Maintenance - When Implementation Affects Abstraction.mp48.93MB
  • 43 - Testing Against Interfaces to Simplify Maintenance - Separating Functional from Non-functional Requirements.mp415MB
  • 44 - Testing Against Interfaces to Simplify Maintenance - Completing the Definition of Abstract Data Type.mp415.3MB
  • 45 - Testing Against Interfaces to Simplify Maintenance - Inventing the Abstract-Test-Driven Development.mp448.27MB
  • 46 - Testing Against Interfaces to Simplify Maintenance - Interface Tests in Light of the Liskov Substitution Principle.mp417.81MB
  • 47 - Testing Against Interfaces to Simplify Maintenance - Summary.mp43.92MB
  • 48 - Implementing Abstract Interfaces TDD Style - Implementing Inheritance.mp43.35MB
  • 49 - Implementing Abstract Interfaces TDD Style - Using Abstract Unit Tests in TDD.mp417.73MB
  • 50 - Implementing Abstract Interfaces TDD Style - TDD-style Interface Implementation.mp433.96MB
  • 51 - Implementing Abstract Interfaces TDD Style - Applying TDD to Discover Missing Tests.mp424.09MB
  • 52 - Implementing Abstract Interfaces TDD Style - A Word About Naming Classes and Interfaces.mp413.27MB
  • 53 - Implementing Abstract Interfaces TDD Style - Refactoring a Class Covered by Abstract Tests.mp419.56MB
  • 54 - Implementing Abstract Interfaces TDD Style - Writing Tests Against Abstract List.mp439.4MB
  • 55 - Implementing Abstract Interfaces TDD Style - Discussing the Benefits of Base Tests Class.mp45.98MB
  • 56 - Implementing Abstract Interfaces TDD Style - Summary.mp45.66MB
  • 57 - Testing Compliance to Design Principles - Inventing Design Pattern Tests.mp420.06MB
  • 58 - Testing Compliance to Design Principles - Implementing the Design Pattern Tests.mp416.69MB
  • 59 - Testing Compliance to Design Principles - Testing All Aspects of a Design Pattern.mp427.1MB
  • 60 - Testing Compliance to Design Principles - Defining Value-typed Semantic.mp48.12MB
  • 61 - Testing Compliance to Design Principles - Designing the Equality Tests.mp412.76MB
  • 62 - Testing Compliance to Design Principles - Defining Equality Testing Rules.mp410.11MB
  • 63 - Testing Compliance to Design Principles - Implementing Equality Testing Library.mp433.54MB
  • 64 - Testing Compliance to Design Principles - Using the Equality Testing Library.mp422.95MB
  • 65 - Testing Compliance to Design Principles - Summary.mp46.5MB
  • 66 - Design by Contract from Testing Perspective - Binding Theory to Practice - Discovering Impossible Tests.mp410.02MB
  • 67 - Design by Contract from Testing Perspective - Binding Theory to Practice - Understanding Error Conditions.mp411.31MB
  • 68 - Design by Contract from Testing Perspective - Binding Theory to Practice - Division of Exceptions.mp413.21MB
  • 69 - Design by Contract from Testing Perspective - Binding Theory to Practice - Defining Preconditions and Postconditions.mp411.97MB
  • 70 - Design by Contract from Testing Perspective - Binding Theory to Practice - Avoiding Condition Checks with Contracts.mp412.77MB
  • 71 - Design by Contract from Testing Perspective - Binding Theory to Practice - Inheriting Contracts.mp415.82MB
  • 72 - Design by Contract from Testing Perspective - Binding Theory to Practice - Applying Contracts to a Production Class.mp426.37MB
  • 73 - Design by Contract from Testing Perspective - Binding Theory to Practice - Asserting the Preconditions.mp415.49MB
  • 74 - Design by Contract from Testing Perspective - Binding Theory to Practice - Implementing Contracts in Production Code.mp425.18MB
  • 75 - Design by Contract from Testing Perspective - Binding Theory to Practice - Removing Superfluous Unit Tests.mp435.65MB
  • 76 - Design by Contract from Testing Perspective - Binding Theory to Practice - Summary.mp45.79MB
  • 77 - Design by Contract from Testing Perspective - Binding Theory to Practice - Course Summary.mp44.13MB