fileWriting Highly intainable Unit Tests 4 mar 2017

Writing Highly intainable Unit Tes mar 2017
  • MP401 Course Overview\\/01 Course Overview.mp43.82MB
  • MP402 Understanding Provable Code Correctness\\/01 Putting Tests into the fr<x>ame.mp47.48MB
  • MP402 Understanding Provable Code Correctness\\/02 What Follows in This Course.mp410.16MB
  • MP402 Understanding Provable Code Correctness\\/03 Proving Correctness of Code.mp414.60MB
  • MP402 Understanding Provable Code Correctness\\/04 Testing Correctness at Run Time.mp411.58MB
  • MP402 Understanding Provable Code Correctness\\/05 Inventing Autoted Tests.mp420.91MB
  • MP402 Understanding Provable Code Correctness\\/06 Inventing the Test Runner.mp430.48MB
  • MP402 Understanding Provable Code Correctness\\/07 Sumry.mp42.75MB
  • MP403 The Importance of Knowing What to Test\\/01 The Problem of Choosing What to Test.mp48.57MB
  • MP403 The Importance of Knowing What to Test\\/02 Changing the Class to Support State Testing.mp414.60MB
  • MP403 The Importance of Knowing What to Test\\/03 Implementing a State Test.mp415.26MB
  • MP403 The Importance of Knowing What to Test\\/04 On Multiple Assertions in One Unit Test.mp420.27MB
  • MP403 The Importance of Knowing What to Test\\/05 Completing State Tests.mp410.80MB
  • MP403 The Importance of Knowing What to Test\\/06 Implementing an Interaction Test Through Derivation.mp422.00MB
  • MP403 The Importance of Knowing What to Test\\/07 Implementing an Interaction Test Through Interface.mp420.48MB
  • MP403 The Importance of Knowing What to Test\\/08 Understanding Regression.mp412.26MB
  • MP403 The Importance of Knowing What to Test\\/09 Sumry.mp44.36MB
  • MP404 The Pros and Cons of White-Box Testing\\/01 Applying Branch Coverage Strategy.mp421.43MB
  • MP404 The Pros and Cons of White-Box Testing\\/02 Assessing Usefulness of Autotic Mocks.mp424.54MB
  • MP404 The Pros and Cons of White-Box Testing\\/03 Assessing Usefulness of nual Mocks.mp417.32MB
  • MP404 The Pros and Cons of White-Box Testing\\/04 Assessing intainability of Automatic vs. Manual Mocks.mp423.90MB
  • MP404 The Pros and Cons of White-Box Testing\\/05 Leaning on the Compiler and Autotic Mocks.mp414.11MB
  • MP404 The Pros and Cons of White-Box Testing\\/06 Example- Abstracting Time.mp443.83MB
  • MP404 The Pros and Cons of White-Box Testing\\/07 Sumry.mp44.87MB
  • MP405 Modeling Class Dependencies in Tests\\/01 Stubbing vs. Mocking Dependencies.mp410.01MB
  • MP405 Modeling Class Dependencies in Tests\\/02 Letting Dependencies Grow Through Refactoring.mp425.68MB
  • MP405 Modeling Class Dependencies in Tests\\/03 Evaluating Interaction Tests.mp413.96MB
  • MP405 Modeling Class Dependencies in Tests\\/04 Understanding Lifetime of a Dependency.mp425.53MB
  • MP405 Modeling Class Dependencies in Tests\\/05 oiding Unnecessary Unit Tests.mp430.99MB
  • MP405 Modeling Class Dependencies in Tests\\/06 Testing Temporal Coupling Between Method Calls.mp422.79MB
  • MP405 Modeling Class Dependencies in Tests\\/07 Sumry.mp47.16MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/01 Introducing Abstract Data Types.mp413.50MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/02 Writing Unit Tests Against the Abstract Data Type.mp423.69MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/03 Replacing Entire Concrete Class.mp415.33MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/04 Varying Implementation of an Abstract Data Type.mp412.20MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/05 Extending the Abstract Data Type.mp417.39MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/06 Investigating Negative Test Cases.mp428.77MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/07 Inventing Preconditions.mp431.05MB
  • MP406 Gaining Resilience by Testing Against Abstract Data Types\\/08 Sumry.mp45.13MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/01 Understanding Possible Options When Deriving a Class.mp421.12MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/02 Introducing ba<x>se and Derived Test Classes.mp415.65MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/03 When Implementation Affects Abstraction.mp48.93MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/04 Separating Functional from Non-functional Requirements.mp415.00MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/05 Completing the Definition of Abstract Data Type.mp415.30MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/06 Inventing the Abstract-Test-Driven Development.mp448.27MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/07 Interface Tests in Light of the Liskov Substitution Principl.mp417.81MB
  • MP407 Testing Against Interfaces to Simplify intenance\\/08 Summary.mp43.92MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/01 Implementing Inheritance.mp43.35MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/02 Using Abstract Unit Tests in TDD.mp417.73MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/03 TDD-st<x>yle Interface Implementation.mp433.96MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/04 Applying TDD to Discover Missing Tests.mp424.09MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/05 A Word About Naming Classes and Interfaces.mp413.27MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/06 Refactoring a Class Covered by Abstract Tests.mp419.56MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/07 Writing Tests Against Abstract List.mp439.40MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/08 Discussing the Benefits of ba<x>se Tests Class.mp45.98MB
  • MP408 Implementing Abstract Interfaces TDD st<x>yle\\/09 Sumry.mp45.66MB
  • MP409 Testing Compliance to Design Principles\\/01 Inventing Design Pattern Tests.mp420.06MB
  • MP409 Testing Compliance to Design Principles\\/02 Implementing the Design Pattern Tests.mp416.69MB
  • MP409 Testing Compliance to Design Principles\\/03 Testing All Aspects of a Design Pattern.mp427.10MB
  • MP409 Testing Compliance to Design Principles\\/04 Defining Value-typed Sentic.mp48.12MB
  • MP409 Testing Compliance to Design Principles\\/05 Designing the Equality Tests.mp412.76MB
  • MP409 Testing Compliance to Design Principles\\/06 Defining Equality Testing Rules.mp410.11MB
  • MP409 Testing Compliance to Design Principles\\/07 Implementing Equality Testing Library.mp433.54MB
  • MP409 Testing Compliance to Design Principles\\/08 Using the Equality Testing Library.mp422.95MB
  • MP409 Testing Compliance to Design Principles\\/09 Sumry.mp46.50MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/01 Discovering Impossible Tests.mp410.02MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/02 Understanding Error Conditions.mp411.31MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/03 Division of Exceptions.mp413.21MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/04 Defining Preconditions and Postconditions.mp411.97MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/05 oiding Condition Checks with Contracts.mp412.77MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/06 Inheriting Contracts.mp415.82MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/07 Applying Contracts to a Production Class.mp426.37MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/08 Asserting the Preconditions.mp415.49MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/09 Implementing Contracts in Production Code.mp425.18MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/10 Removing Superfluous Unit Tests.mp435.65MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/11 Sumry.mp45.79MB
  • MP410 Design by Contract from Testing Perspective Binding Theory to Practice\\/12 Course Sumry.mp44.13MB
  • ZIPwriting-highly-intainable-unit-tests.zip104.47MB
Latest Search: 1.ELO-259   2.PGD-022   3.SOE-833   4.AVSP-003   5.PSSD-225   6.SUJI-024   7.SGSFS-027   8.MVBD-072   9.SDMT-959   10.NFDM-262   11.QQ-031   12.DJSG-079   13.JFB-035   14.KVS-006   15.GON-291   16.MDS-581   17.FAX-435   18.KWBD-039   19.CM-113   20.ONSD-401   21.ONSD-570   22.IDBD-274   23.UMD-116   24.VIPD-200   25.DVDPS-322   26.NOV-8268   27.BKSP-122   28.MIBD-509   29.ONSD-699   30.ONSD-423   31.ISSD-040   32.RKI-097   33.SMU-070   34.SDDE-283   35.GSHR-777   36.MIBD-690   37.DYNS-007   38.YSN-344   39.MADV-271   40.AP-004   41.ONSD-742   42.ATID-063   43.KTDS-416   44.VIPD-263   45.SDDE-241   46.OND-007   47.JUSD-362   48.TBL-096   49.SDDE-045   50.AWT-020   51.JKW-001   52.MIZ-016   53.YLW-4115   54.ABOD-111   55.SVS-008   56.BOMC-048   57.DSKM-008   58.WHY-014   59.MX-026   60.LDHL-004   61.AEIL-024   62.MLW-3008   63.ODV-233   64.KMDS-20115   65.DKIN-006   66.SHIN-018   67.SNS-712   68.KT-291   69.RD-040   70.NFDM-035   71.259   72.022   73.833   74.003   75.225   76.024   77.027   78.072   79.959   80.262   81.031   82.079   83.035   84.006   85.291   86.581   87.435   88.039   89.113   90.401   91.570   92.274   93.116   94.200   95.322   96.8268   97.122   98.509   99.699   100.423   101.040   102.097   103.070   104.283   105.777   106.690   107.007   108.344   109.271   110.004   111.742   112.063   113.416   114.263   115.241   116.007   117.362   118.096   119.045   120.020   121.001   122.016   123.4115   124.111   125.008   126.048   127.008   128.014   129.026   130.004   131.024   132.3008   133.233   134.20115   135.006   136.018   137.712   138.291   139.040   140.035