У нас вы можете посмотреть бесплатно Asynchronous TCP/IP, Part 14 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This series: Live coding to https://github.com/StephenClearyExamp... Developing an asynchronous TCP/IP server and client. Discussing TCP/IP protocol design. Discussing some harder concepts in async/await. Part 14: Fixing a bug in our System.IO.Pipelines code. Adding unit tests. Code changes: https://github.com/StephenClearyExamp... Resources used in this video: xUnit: https://xunit.net/ Live Unit Testing: https://docs.microsoft.com/en-us/visu... System.Linq.Async: https://www.nuget.org/packages/System... 0:00 Intro 0:43 Bug report 1:47 Explaining the bug 4:20 xUnit 4:52 Live Unit Testing 6:07 Adding unit test project 7:10 Should have been testing from the beginning 9:10 Determining what to test 10:36 Isolating the system under test 15:40 Stubbing the dependency 19:55 Writing the first test 25:59 Exposing serialization helpers 28:10 Finishing the first test 36:24 Fixing the first test 40:53 Test cases for parsing code 42:14 Adding a failing test for the bug 44:09 Fixing the bug 48:26 Refactoring the bug fix 51:52 Adding a test sending one byte at a time 1:06:43 Adding the last test 1:16:48 Outtro