BITCQ

Writing Highly Maintainable Unit Tests

Size: 1 GB
Magnet link

Name Size
Writing Highly Maintainable Unit Tests/01. Course Overview/01. Course Overview.mp4 3.3 MB
Writing Highly Maintainable Unit Tests/01. Course Overview/01. Course Overview.srt 2 KB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/01. Putting Tests into the Frame.mp4 6.5 MB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/01. Putting Tests into the Frame.srt 6 KB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/02. Version Check.mp4 370 KB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/03. What Follows in This Course.mp4 8.9 MB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/03. What Follows in This Course.srt 10 KB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/04. Proving Correctness of Code.mp4 12.8 MB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/04. Proving Correctness of Code.srt 11 KB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/05. Testing Correctness at Run Time.mp4 10 MB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/05. Testing Correctness at Run Time.srt 9 KB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/06. Inventing Automated Tests.mp4 17.3 MB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/06. Inventing Automated Tests.srt 10 KB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/07. Inventing the Test Runner.mp4 24.4 MB
Writing Highly Maintainable Unit Tests/02. Understanding Provable Code Correctness/08. Summary.mp4 2.4 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/01. The Problem of Choosing What to Test.mp4 7.3 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/02. Changing the Class to Support State Testing.mp4 12.4 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/03. Implementing a State Test.mp4 12.4 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/04. On Multiple Assertions in One Unit Test.mp4 16.4 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/05. Completing State Tests.mp4 8.8 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/06. Implementing an Interaction Test Through Derivation.mp4 17.6 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/07. Implementing an Interaction Test Through Interface.mp4 16.4 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/08. Understanding Regression.mp4 10.5 MB
Writing Highly Maintainable Unit Tests/03. The Importance of Knowing What to Test/09. Summary.mp4 3.8 MB
Writing Highly Maintainable Unit Tests/04. The Pros and Cons of White-Box Testing/01. Applying Branch Coverage Strategy.mp4 17.7 MB
Writing Highly Maintainable Unit Tests/04. The Pros and Cons of White-Box Testing/02. Assessing Usefulness of Automatic Mocks.mp4 19.8 MB
Writing Highly Maintainable Unit Tests/04. The Pros and Cons of White-Box Testing/03. Assessing Usefulness of Manual Mocks.mp4 13.6 MB
Writing Highly Maintainable Unit Tests/04. The Pros and Cons of White-Box Testing/04. Assessing Maintainability of Automatic vs. Manual Mocks.mp4 18.7 MB
Writing Highly Maintainable Unit Tests/04. The Pros and Cons of White-Box Testing/05. Leaning on the Compiler and Automatic Mocks.mp4 12 MB
Writing Highly Maintainable Unit Tests/04. The Pros and Cons of White-Box Testing/06. Example- Abstracting Time.mp4 34.6 MB
Writing Highly Maintainable Unit Tests/04. The Pros and Cons of White-Box Testing/07. Summary.mp4 4.3 MB
Writing Highly Maintainable Unit Tests/05. Modeling Class Dependencies in Tests/01. Stubbing vs. Mocking Dependencies.mp4 8.6 MB
Writing Highly Maintainable Unit Tests/05. Modeling Class Dependencies in Tests/02. Letting Dependencies Grow Through Refactoring.mp4 20.4 MB
Writing Highly Maintainable Unit Tests/05. Modeling Class Dependencies in Tests/03. Evaluating Interaction Tests.mp4 11.2 MB
Writing Highly Maintainable Unit Tests/05. Modeling Class Dependencies in Tests/04. Understanding Lifetime of a Dependency.mp4 21.1 MB
Writing Highly Maintainable Unit Tests/05. Modeling Class Dependencies in Tests/05. Avoiding Unnecessary Unit Tests.mp4 24.5 MB
Writing Highly Maintainable Unit Tests/05. Modeling Class Dependencies in Tests/06. Testing Temporal Coupling Between Method Calls.mp4 19.1 MB
Writing Highly Maintainable Unit Tests/05. Modeling Class Dependencies in Tests/07. Summary.mp4 6.2 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/01. Introducing Abstract Data Types.mp4 11.6 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/02. Writing Unit Tests Against the Abstract Data Type.mp4 19 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/03. Replacing Entire Concrete Class.mp4 12 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/04. Varying Implementation of an Abstract Data Type.mp4 10.1 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/05. Extending the Abstract Data Type.mp4 13.8 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/06. Investigating Negative Test Cases.mp4 22.6 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/07. Inventing Preconditions.mp4 24.3 MB
Writing Highly Maintainable Unit Tests/06. Gaining Resilience by Testing Against Abstract Data Types/08. Summary.mp4 4.4 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/01. Understanding Possible Options When Deriving a Class.mp4 17.3 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/02. Introducing Base and Derived Test Classes.mp4 13 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/03. When Implementation Affects Abstraction.mp4 7.7 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/04. Separating Functional from Non-functional Requirements.mp4 12.4 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/05. Completing the Definition of Abstract Data Type.mp4 12.2 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/06. Inventing the Abstract-Test-Driven Development.mp4 37.1 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/07. Interface Tests in Light of the Liskov Substitution Principle.mp4 14.5 MB
Writing Highly Maintainable Unit Tests/07. Testing Against Interfaces to Simplify Maintenance/08. Summary.mp4 3.4 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/01. Implementing Inheritance.mp4 3 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/02. Using Abstract Unit Tests in TDD.mp4 13.7 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/03. TDD-style Interface Implementation.mp4 26.2 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/04. Applying TDD to Discover Missing Tests.mp4 20.4 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/05. A Word About Naming Classes and Interfaces.mp4 10.5 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/06. Refactoring a Class Covered by Abstract Tests.mp4 16.1 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/07. Writing Tests Against Abstract List.mp4 30.7 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/08. Discussing the Benefits of Base Tests Class.mp4 5.1 MB
Writing Highly Maintainable Unit Tests/08. Implementing Abstract Interfaces TDD Style/09. Summary.mp4 4.9 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/01. Inventing Design Pattern Tests.mp4 16.4 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/02. Implementing the Design Pattern Tests.mp4 13.2 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/03. Testing All Aspects of a Design Pattern.mp4 21.1 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/04. Defining Value-typed Semantic.mp4 6.8 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/05. Designing the Equality Tests.mp4 10.3 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/06. Defining Equality Testing Rules.mp4 8.7 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/07. Implementing Equality Testing Library.mp4 25.7 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/08. Using the Equality Testing Library.mp4 18.3 MB
Writing Highly Maintainable Unit Tests/09. Testing Compliance to Design Principles/09. Summary.mp4 5.6 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/01. Discovering Impossible Tests.mp4 8.3 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/02. Understanding Error Conditions.mp4 9.4 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/03. Division of Exceptions.mp4 10.8 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/04. Defining Preconditions and Postconditions.mp4 10.1 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/05. Avoiding Condition Checks with Contracts.mp4 10.4 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/06. Inheriting Contracts.mp4 12.9 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/07. Applying Contracts to a Production Class.mp4 21.1 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/08. Asserting the Preconditions.mp4 12.8 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/09. Implementing Contracts in Production Code.mp4 19.3 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/10. Removing Superfluous Unit Tests.mp4 26.9 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/11. Summary.mp4 4.9 MB
Writing Highly Maintainable Unit Tests/10. Design by Contract from Testing Perspective- Binding Theory to Practice/12. Course Summary.mp4 3.6 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Writing Highly Maintainable Unit Tests Video 1 GB 11

Loading...